#A9B37F

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

Shades of Caper #A9B37F

Tints of Caper #A9B37F

Color information

#A9B37F (or 0xA9B37F) is unknown color: approx Caper. HEX triplet: A9, B3 and 7F. RGB value is (169,179,127). Sum of RGB (Red+Green+Blue) = 169+179+127=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B37F is #564C80. Grayscale: #AAAAAA. Windows color (decimal): -5655681 or 8369065. OLE color: 8369065.

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

Color convert

RGB169179127-
CMYK0.0600.290.30
HSL71.54º25.49%60%-
HSV(B)71.54º29.05%70.2%-
XYZ36.3142.2126.31-
YUV170.08103.69127.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 127 (50% from 255) = 26.74%
R=35.58%
G=37.68%
B=26.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691791270.0600.290.3071.5425.4960
HexA9B37F601D1E48193c
Octal2512631776035361103174
Binary1010100110110011111111111001110111110100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B37F; }

 p { color: rgb(169,179,127); }

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

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

 a { background-color: rgb(169,179,127); }

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

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

 span { border-color: rgb(169,179,127); }

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