#AAC883

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

Shades of Caper #AAC883

Tints of Caper #AAC883

Color information

#AAC883 (or 0xAAC883) is unknown color: approx Caper. HEX triplet: AA, C8 and 83. RGB value is (170,200,131). Sum of RGB (Red+Green+Blue) = 170+200+131=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC883 is #55377C. Grayscale: #B7B7B7. Windows color (decimal): -5584765 or 8636586. OLE color: 8636586.

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

Color convert

RGB170200131-
CMYK0.1500.340.22
HSL86.09º38.55%64.9%-
HSV(B)86.09º34.5%78.43%-
XYZ41.3351.4929.23-
YUV183.1698.56118.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 26.15%
R=33.93%
G=39.92%
B=26.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001310.1500.340.2286.0938.5564.9
HexAAC883F02216562741
Octal252310203170422612647101
Binary101010101100100010000011111101000101011010101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC883; }

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

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

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

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

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

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

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

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