#A9B484

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

Shades of Caper #A9B484

Tints of Caper #A9B484

Color information

#A9B484 (or 0xA9B484) is unknown color: approx Caper. HEX triplet: A9, B4 and 84. RGB value is (169,180,132). Sum of RGB (Red+Green+Blue) = 169+180+132=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B484 is #564B7B. Grayscale: #ABABAB. Windows color (decimal): -5655420 or 8697001. OLE color: 8697001.

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

Color convert

RGB169180132-
CMYK0.0600.270.29
HSL73.75º24.24%61.18%-
HSV(B)73.75º26.67%70.59%-
XYZ36.8542.7428.14-
YUV171.24105.86126.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=35.14%
G=37.42%
B=27.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801320.0600.270.2973.7524.2461.18
HexA9B484601B1D4a183d
Octal2512642046033351123075
Binary10101001101101001000010011001101111101100101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B484; }

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

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

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

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

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

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

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

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