#AAC081

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

Shades of Caper #AAC081

Tints of Caper #AAC081

Color information

#AAC081 (or 0xAAC081) is unknown color: approx Caper. HEX triplet: AA, C0 and 81. RGB value is (170,192,129). Sum of RGB (Red+Green+Blue) = 170+192+129=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC081 is #553F7E. Grayscale: #B2B2B2. Windows color (decimal): -5586815 or 8503466. OLE color: 8503466.

HSL color Cylindrical-coordinate representation of color #AAC081: hue angle of 80.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC081 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB170192129-
CMYK0.1100.330.25
HSL80.95º33.33%62.94%-
HSV(B)80.95º32.81%75.29%-
XYZ39.3947.8327.92-
YUV178.24100.21122.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=34.62%
G=39.10%
B=26.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921290.1100.330.2580.9533.3362.94
HexAAC081B0211951213f
Octal25230020113041311214177
Binary10101010110000001000000110110100001110011010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC081; }

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

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

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

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

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

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

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

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