#A9B67F

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

Shades of Caper #A9B67F

Tints of Caper #A9B67F

Color information

#A9B67F (or 0xA9B67F) is unknown color: approx Caper. HEX triplet: A9, B6 and 7F. RGB value is (169,182,127). Sum of RGB (Red+Green+Blue) = 169+182+127=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B67F is #564980. Grayscale: #ACACAC. Windows color (decimal): -5654913 or 8369833. OLE color: 8369833.

HSL color Cylindrical-coordinate representation of color #A9B67F: hue angle of 74.18º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B67F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB169182127-
CMYK0.0700.300.29
HSL74.18º27.36%60.59%-
HSV(B)74.18º30.22%71.37%-
XYZ36.9243.4226.51-
YUV171.84102.69125.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 127 (50% from 255) = 26.57%
R=35.36%
G=38.08%
B=26.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821270.0700.300.2974.1827.3660.59
HexA9B67F701E1D4a1b3d
Octal2512661777036351123375
Binary1010100110110110111111111101111011101100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B67F; }

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

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

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

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

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

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

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

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