#A9B47E

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

Shades of Caper #A9B47E

Tints of Caper #A9B47E

Color information

#A9B47E (or 0xA9B47E) is unknown color: approx Caper. HEX triplet: A9, B4 and 7E. RGB value is (169,180,126). Sum of RGB (Red+Green+Blue) = 169+180+126=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B47E is #564B81. Grayscale: #AAAAAA. Windows color (decimal): -5655426 or 8303785. OLE color: 8303785.

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

Color convert

RGB169180126-
CMYK0.0600.30.29
HSL72.22º26.47%60%-
HSV(B)72.22º30%70.59%-
XYZ36.4542.5826.04-
YUV170.56102.86126.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=35.58%
G=37.89%
B=26.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801260.0600.30.2972.2226.4760
HexA9B47E601E1D481a3c
Octal2512641766036351103274
Binary1010100110110100111111011001111011101100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B47E; }

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

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

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

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

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

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

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

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