#A9B477

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

Shades of Caper #A9B477

Tints of Caper #A9B477

Color information

#A9B477 (or 0xA9B477) is unknown color: approx Caper. HEX triplet: A9, B4 and 77. RGB value is (169,180,119). Sum of RGB (Red+Green+Blue) = 169+180+119=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B477 is #564B88. Grayscale: #A9A9A9. Windows color (decimal): -5655433 or 7845033. OLE color: 7845033.

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

Color convert

RGB169180119-
CMYK0.0600.340.29
HSL70.82º28.91%58.63%-
HSV(B)70.82º33.89%70.59%-
XYZ36.0142.4123.74-
YUV169.7699.36127.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 180 (70.70% from 255) = 38.46%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=36.11%
G=38.46%
B=25.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801190.0600.340.2970.8228.9158.63
HexA9B47760221D471d3b
Octal2512641676042351073573
Binary10101001101101001110111110010001011101100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B477; }

 p { color: rgb(169,180,119); }

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

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

 a { background-color: rgb(169,180,119); }

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

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

 span { border-color: rgb(169,180,119); }

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