#AACB81

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

Shades of Caper #AACB81

Tints of Caper #AACB81

Color information

#AACB81 (or 0xAACB81) is unknown color: approx Caper. HEX triplet: AA, CB and 81. RGB value is (170,203,129). Sum of RGB (Red+Green+Blue) = 170+203+129=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB81 is #55347E. Grayscale: #B8B8B8. Windows color (decimal): -5583999 or 8506282. OLE color: 8506282.

HSL color Cylindrical-coordinate representation of color #AACB81: hue angle of 86.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AACB81 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB170203129-
CMYK0.1600.360.20
HSL86.76º41.57%65.1%-
HSV(B)86.76º36.45%79.61%-
XYZ41.952.8428.76-
YUV184.796.57117.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=33.86%
G=40.44%
B=25.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031290.1600.360.2086.7641.5765.1
HexAACB811002414572a41
Octal252313201200442412752101
Binary1010101011001011100000011000001001001010010101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB81; }

 p { color: rgb(170,203,129); }

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

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

 a { background-color: rgb(170,203,129); }

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

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

 span { border-color: rgb(170,203,129); }

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