#A7B574

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

Shades of Caper #A7B574

Tints of Caper #A7B574

Color information

#A7B574 (or 0xA7B574) is unknown color: approx Caper. HEX triplet: A7, B5 and 74. RGB value is (167,181,116). Sum of RGB (Red+Green+Blue) = 167+181+116=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B574 is #584A8B. Grayscale: #A9A9A9. Windows color (decimal): -5786252 or 7648679. OLE color: 7648679.

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

Color convert

RGB167181116-
CMYK0.0800.360.29
HSL72.92º30.52%58.24%-
HSV(B)72.92º35.91%70.98%-
XYZ35.6142.5222.85-
YUV169.497.86126.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.99%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 116 (45.70% from 255) = 25%
R=35.99%
G=39.01%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1671811160.0800.360.2972.9230.5258.24
HexA7B57480241D491f3a
Octal24726516410044351113772
Binary101001111011010111101001000010010011101100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B574; }

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

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

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

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

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

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

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

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