#A9B97D

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

Shades of Caper #A9B97D

Tints of Caper #A9B97D

Color information

#A9B97D (or 0xA9B97D) is unknown color: approx Caper. HEX triplet: A9, B9 and 7D. RGB value is (169,185,125). Sum of RGB (Red+Green+Blue) = 169+185+125=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B97D is #564682. Grayscale: #ADADAD. Windows color (decimal): -5654147 or 8239529. OLE color: 8239529.

HSL color Cylindrical-coordinate representation of color #A9B97D: hue angle of 76º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B97D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB169185125-
CMYK0.0900.320.27
HSL76º30%60.78%-
HSV(B)76º32.43%72.55%-
XYZ37.4144.6126.04-
YUV173.38100.7124.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 125 (49.22% from 255) = 26.10%
R=35.28%
G=38.62%
B=26.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851250.0900.320.27763060.78
HexA9B97D90201B4c1e3d
Octal25127117511040331143675
Binary101010011011100111111011001010000011011100110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B97D; }

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

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

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

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

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

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

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

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