#AAC085

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

Shades of Caper #AAC085

Tints of Caper #AAC085

Color information

#AAC085 (or 0xAAC085) is unknown color: approx Caper. HEX triplet: AA, C0 and 85. RGB value is (170,192,133). Sum of RGB (Red+Green+Blue) = 170+192+133=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC085 is #553F7A. Grayscale: #B2B2B2. Windows color (decimal): -5586811 or 8765610. OLE color: 8765610.

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

Color convert

RGB170192133-
CMYK0.1100.310.25
HSL82.37º31.89%63.73%-
HSV(B)82.37º30.73%75.29%-
XYZ39.6647.9429.35-
YUV178.7102.21121.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=34.34%
G=38.79%
B=26.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921330.1100.310.2582.3731.8963.73
HexAAC085B01F19522040
Octal252300205130373112240100
Binary10101010110000001000010110110111111100110100101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC085; }

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

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

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

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

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

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

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

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