#AAC281

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

Shades of Caper #AAC281

Tints of Caper #AAC281

Color information

#AAC281 (or 0xAAC281) is unknown color: approx Caper. HEX triplet: AA, C2 and 81. RGB value is (170,194,129). Sum of RGB (Red+Green+Blue) = 170+194+129=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC281 is #553D7E. Grayscale: #B3B3B3. Windows color (decimal): -5586303 or 8503978. OLE color: 8503978.

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

Color convert

RGB170194129-
CMYK0.1200.340.24
HSL82.15º34.76%63.33%-
HSV(B)82.15º33.51%76.08%-
XYZ39.8348.7128.07-
YUV179.4199.55121.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=34.48%
G=39.35%
B=26.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701941290.1200.340.2482.1534.7663.33
HexAAC281C0221852233f
Octal25230220114042301224377
Binary10101010110000101000000111000100010110001010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC281; }

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

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

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

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

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

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

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

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