#A9B981

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

Shades of Caper #A9B981

Tints of Caper #A9B981

Color information

#A9B981 (or 0xA9B981) is unknown color: approx Caper. HEX triplet: A9, B9 and 81. RGB value is (169,185,129). Sum of RGB (Red+Green+Blue) = 169+185+129=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B981 is #56467E. Grayscale: #AEAEAE. Windows color (decimal): -5654143 or 8501673. OLE color: 8501673.

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

Color convert

RGB169185129-
CMYK0.0900.300.27
HSL77.14º28.57%61.57%-
HSV(B)77.14º30.27%72.55%-
XYZ37.6744.7227.41-
YUV173.83102.7124.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=34.99%
G=38.30%
B=26.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851290.0900.300.2777.1428.5761.57
HexA9B981901E1B4d1d3e
Octal25127120111036331153576
Binary101010011011100110000001100101111011011100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B981; }

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

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

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

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

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

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

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

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