#aac26c

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

Shades of Caper #AAC26C

Tints of Caper #AAC26C

Color information

#AAC26C (or 0xAAC26C) is unknown color: approx Caper. HEX triplet: AA, C2 and 6C. RGB value is (170,194,108). Sum of RGB (Red+Green+Blue) = 170+194+108=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC26C is #553D93. Grayscale: #B1B1B1. Windows color (decimal): -5586324 or 7127722. OLE color: 7127722.

HSL color Cylindrical-coordinate representation of color #AAC26C: hue angle of 76.74º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC26C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB170194108-
CMYK0.1200.440.24
HSL76.74º41.35%59.22%-
HSV(B)76.74º44.33%76.08%-
XYZ38.5848.2121.46-
YUV177.0289.05122.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=36.02%
G=41.10%
B=22.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941080.1200.440.2476.7441.3559.22
HexAAC26CC02C184d293b
Octal25230215414054301155173
Binary1010101011000010110110011000101100110001001101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac26c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac26c; }

 p { color: rgb(170,194,108); }

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

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

 a { background-color: rgb(170,194,108); }

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

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

 span { border-color: rgb(170,194,108); }

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