#A9B57C

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

Shades of Caper #A9B57C

Tints of Caper #A9B57C

Color information

#A9B57C (or 0xA9B57C) is unknown color: approx Caper. HEX triplet: A9, B5 and 7C. RGB value is (169,181,124). Sum of RGB (Red+Green+Blue) = 169+181+124=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B57C is #564A83. Grayscale: #ABABAB. Windows color (decimal): -5655172 or 8172969. OLE color: 8172969.

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

Color convert

RGB169181124-
CMYK0.0700.310.29
HSL72.63º27.8%59.8%-
HSV(B)72.63º31.49%70.98%-
XYZ36.5242.9425.43-
YUV170.91101.52126.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 124 (48.83% from 255) = 26.16%
R=35.65%
G=38.19%
B=26.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811240.0700.310.2972.6327.859.8
HexA9B57C701F1D491c3c
Octal2512651747037351113474
Binary1010100110110101111110011101111111101100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B57C; }

 p { color: rgb(169,181,124); }

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

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

 a { background-color: rgb(169,181,124); }

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

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

 span { border-color: rgb(169,181,124); }

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