#A7B579

Color #A7B579 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A7B579

Tints of Caper #A7B579

Color information

#A7B579 (or 0xA7B579) is unknown color: approx Caper. HEX triplet: A7, B5 and 79. RGB value is (167,181,121). Sum of RGB (Red+Green+Blue) = 167+181+121=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B579 is #584A86. Grayscale: #AAAAAA. Windows color (decimal): -5786247 or 7976359. OLE color: 7976359.

HSL color Cylindrical-coordinate representation of color #A7B579: hue angle of 74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7B579 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB167181121-
CMYK0.0800.330.29
HSL74º28.85%59.22%-
HSV(B)74º33.15%70.98%-
XYZ35.9142.6424.43-
YUV169.97100.36125.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=35.61%
G=38.59%
B=25.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811210.0800.330.297428.8559.22
HexA7B57980211D4a1d3b
Octal24726517110041351123573
Binary101001111011010111110011000010000111101100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B579; }

 p { color: rgb(167,181,121); }

 H1.HeaderClassName
 {
   color: #A7B579;
 }
 .AnyTagClassName
 {
   color: #A7B579;
 }
</style>
background-color css

<style>
 a { background-color: #A7B579; }

 a { background-color: rgb(167,181,121); }

 div.DivClassName
 {
   background-color: #A7B579;
 }
 .BgClassName
 {
   background-color: #A7B579;
 }
</style>
border-color css

<style>
 span { border-color: #A7B579; }

 span { border-color: rgb(167,181,121); }

 td.TdClassName
 {
   border-color: #A7B579;
 }
 .TagClassName
 {
   border-color: #A7B579;
 }
</style>