#AAC082

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

Shades of Caper #AAC082

Tints of Caper #AAC082

Color information

#AAC082 (or 0xAAC082) is unknown color: approx Caper. HEX triplet: AA, C0 and 82. RGB value is (170,192,130). Sum of RGB (Red+Green+Blue) = 170+192+130=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC082 is #553F7D. Grayscale: #B2B2B2. Windows color (decimal): -5586814 or 8569002. OLE color: 8569002.

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

Color convert

RGB170192130-
CMYK0.1100.320.25
HSL81.29º32.98%63.14%-
HSV(B)81.29º32.29%75.29%-
XYZ39.4647.8628.28-
YUV178.35100.71122.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=34.55%
G=39.02%
B=26.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921300.1100.320.2581.2932.9863.14
HexAAC082B0201951213f
Octal25230020213040311214177
Binary10101010110000001000001010110100000110011010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC082; }

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

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

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

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

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

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

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

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