#AAC475

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

Shades of Caper #AAC475

Tints of Caper #AAC475

Color information

#AAC475 (or 0xAAC475) is unknown color: approx Caper. HEX triplet: AA, C4 and 75. RGB value is (170,196,117). Sum of RGB (Red+Green+Blue) = 170+196+117=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC475 is #553B8A. Grayscale: #B3B3B3. Windows color (decimal): -5585803 or 7718058. OLE color: 7718058.

HSL color Cylindrical-coordinate representation of color #AAC475: hue angle of 79.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC475 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB170196117-
CMYK0.1300.400.23
HSL79.75º40.1%61.37%-
HSV(B)79.75º40.31%76.86%-
XYZ39.5349.3124.26-
YUV179.2292.89121.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=35.20%
G=40.58%
B=24.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961170.1300.400.2379.7540.161.37
HexAAC475D0281750283d
Octal25230416515050271205075
Binary1010101011000100111010111010101000101111010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC475; }

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

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

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

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

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

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

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

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