#AACA75

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

Shades of Caper #AACA75

Tints of Caper #AACA75

Color information

#AACA75 (or 0xAACA75) is unknown color: approx Caper. HEX triplet: AA, CA and 75. RGB value is (170,202,117). Sum of RGB (Red+Green+Blue) = 170+202+117=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA75 is #55358A. Grayscale: #B7B7B7. Windows color (decimal): -5584267 or 7719594. OLE color: 7719594.

HSL color Cylindrical-coordinate representation of color #AACA75: hue angle of 82.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AACA75 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB170202117-
CMYK0.1600.420.21
HSL82.59º44.5%62.55%-
HSV(B)82.59º42.08%79.22%-
XYZ40.9152.0724.72-
YUV182.7490.9118.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=34.76%
G=41.31%
B=23.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021170.1600.420.2182.5944.562.55
HexAACA751002A15532d3f
Octal25231216520052251235577
Binary10101010110010101110101100000101010101011010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA75; }

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

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

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

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

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

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

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

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