#AAC083

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

Shades of Caper #AAC083

Tints of Caper #AAC083

Color information

#AAC083 (or 0xAAC083) is unknown color: approx Caper. HEX triplet: AA, C0 and 83. RGB value is (170,192,131). Sum of RGB (Red+Green+Blue) = 170+192+131=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC083 is #553F7C. Grayscale: #B2B2B2. Windows color (decimal): -5586813 or 8634538. OLE color: 8634538.

HSL color Cylindrical-coordinate representation of color #AAC083: hue angle of 81.64º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAC083 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB170192131-
CMYK0.1100.320.25
HSL81.64º32.62%63.33%-
HSV(B)81.64º31.77%75.29%-
XYZ39.5247.8828.63-
YUV178.47101.21121.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=34.48%
G=38.95%
B=26.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921310.1100.320.2581.6432.6263.33
HexAAC083B0201952213f
Octal25230020313040311224177
Binary10101010110000001000001110110100000110011010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC083; }

 p { color: rgb(170,192,131); }

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

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

 a { background-color: rgb(170,192,131); }

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

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

 span { border-color: rgb(170,192,131); }

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