#A9B47D

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

Shades of Caper #A9B47D

Tints of Caper #A9B47D

Color information

#A9B47D (or 0xA9B47D) is unknown color: approx Caper. HEX triplet: A9, B4 and 7D. RGB value is (169,180,125). Sum of RGB (Red+Green+Blue) = 169+180+125=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B47D is #564B82. Grayscale: #AAAAAA. Windows color (decimal): -5655427 or 8238249. OLE color: 8238249.

HSL color Cylindrical-coordinate representation of color #A9B47D: hue angle of 72º degrees, saturation: 0.27, 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 #A9B47D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB169180125-
CMYK0.0600.310.29
HSL72º26.83%59.8%-
HSV(B)72º30.56%70.59%-
XYZ36.3942.5625.7-
YUV170.44102.36126.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.65%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=35.65%
G=37.97%
B=26.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801250.0600.310.297226.8359.8
HexA9B47D601F1D481b3c
Octal2512641756037351103374
Binary1010100110110100111110111001111111101100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B47D; }

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

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

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

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

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

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

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

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