#AAC67C

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

Shades of Caper #AAC67C

Tints of Caper #AAC67C

Color information

#AAC67C (or 0xAAC67C) is unknown color: approx Caper. HEX triplet: AA, C6 and 7C. RGB value is (170,198,124). Sum of RGB (Red+Green+Blue) = 170+198+124=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC67C is #553983. Grayscale: #B5B5B5. Windows color (decimal): -5585284 or 8177322. OLE color: 8177322.

HSL color Cylindrical-coordinate representation of color #AAC67C: hue angle of 82.7º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC67C is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB170198124-
CMYK0.1400.370.22
HSL82.7º39.36%63.14%-
HSV(B)82.7º37.37%77.65%-
XYZ40.4150.3926.67-
YUV181.1995.72120.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=34.55%
G=40.24%
B=25.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981240.1400.370.2282.739.3663.14
HexAAC67CE0251653273f
Octal25230617416045261234777
Binary1010101011000110111110011100100101101101010011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC67C; }

 p { color: rgb(170,198,124); }

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

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

 a { background-color: rgb(170,198,124); }

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

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

 span { border-color: rgb(170,198,124); }

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