#A9B884

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

Shades of Caper #A9B884

Tints of Caper #A9B884

Color information

#A9B884 (or 0xA9B884) is unknown color: approx Caper. HEX triplet: A9, B8 and 84. RGB value is (169,184,132). Sum of RGB (Red+Green+Blue) = 169+184+132=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B884 is #56477B. Grayscale: #ADADAD. Windows color (decimal): -5654396 or 8698025. OLE color: 8698025.

HSL color Cylindrical-coordinate representation of color #A9B884: hue angle of 77.31º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9B884 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB169184132-
CMYK0.0800.280.28
HSL77.31º26.8%61.96%-
HSV(B)77.31º28.26%72.16%-
XYZ37.6744.3828.41-
YUV173.59104.53124.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=34.85%
G=37.94%
B=27.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841320.0800.280.2877.3126.861.96
HexA9B884801C1C4d1b3e
Octal25127020410034341153376
Binary101010011011100010000100100001110011100100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B884; }

 p { color: rgb(169,184,132); }

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

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

 a { background-color: rgb(169,184,132); }

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

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

 span { border-color: rgb(169,184,132); }

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