#AAC575

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

Shades of Caper #AAC575

Tints of Caper #AAC575

Color information

#AAC575 (or 0xAAC575) is unknown color: approx Caper. HEX triplet: AA, C5 and 75. RGB value is (170,197,117). Sum of RGB (Red+Green+Blue) = 170+197+117=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC575 is #553A8A. Grayscale: #B4B4B4. Windows color (decimal): -5585547 or 7718314. OLE color: 7718314.

HSL color Cylindrical-coordinate representation of color #AAC575: hue angle of 80.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC575 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB170197117-
CMYK0.1400.410.23
HSL80.25º40.82%61.57%-
HSV(B)80.25º40.61%77.25%-
XYZ39.7549.7624.34-
YUV179.8192.55121-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=35.12%
G=40.70%
B=24.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971170.1400.410.2380.2540.8261.57
HexAAC575E0291750293e
Octal25230516516051271205176
Binary1010101011000101111010111100101001101111010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC575; }

 p { color: rgb(170,197,117); }

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

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

 a { background-color: rgb(170,197,117); }

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

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

 span { border-color: rgb(170,197,117); }

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