Color Hex Logo

#a7b068 Color Hex

#A7B068
(167,176,104)
0 Favorites   0 Comments

Color spaces of #a7b068

RGB 167176104
HSL0.190.310.55
HSV68°41°69°
CMYK 0.050.000.41   0.31
XYZ33.960440.265619.0788
Yxy40.26560.36400.4315
Hunter Lab63.4552-15.515726.5922
CIE-Lab69.6583-14.418535.7703

#a7b068 color RGB value is (167,176,104).

#a7b068 hex color red value is 167, green value is 176 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a7b068 hue: 0.19 , saturation: 0.31 and the lightness value of a7b068 is 0.55.

The process color (four color CMYK) of #a7b068 color hex is 0.05, 0.00, 0.41, 0.31. Web safe color of #a7b068 is #999966. Color #a7b068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110000 01101000
Octal 247 260 150
Decimal 167 176 104
Hex A7 B0 68

RGB Percentages of Color #a7b068

%37.36
%39.37
%23.27

CMYK Percentages of Color #a7b068

%5
%0
%41
%31

Triadic Colors of #a7b068

#a7b068 #68a7b0 #b068a7

Analogous Colors of #a7b068

#a7b068 #83b068 #b09568

Monochromatic Colors of #a7b068

#a7b068

Complementary Color

#a7b068 #7168b0

#a7b068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b068 Color CSS Codes

.mybgcolor {background-color:#a7b068; } 
.myforecolor {color:#a7b068; }
.mybordercolor {border:3px solid #a7b068; }

#a7b068 Text Font Color

<p style="color:#a7b068">Text here</p>

This sample text font color is #a7b068
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a7b068 Background Color

<div style="background-color:#a7b068">
Div content here</div>

This div background color is #a7b068


#a7b068 Border Color

<div style="border:3px solid #a7b068">
Div here</div>

This div border color is #a7b068


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,176,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7b068; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7b068;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b068;
  box-shadow:         1px 1px 3px 2px #a7b068; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,176,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7b068">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a7b068;
  -webkit-box-shadow: 1px 1px 3px 2px #a7b068;
  box-shadow:         1px 1px 3px 2px #a7b068;">
Div content here</div>

This div box has shadow with color #a7b068


Comments

No comments written yet.

Please login to write comment.