#AACA83

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

Shades of Caper #AACA83

Tints of Caper #AACA83

Color information

#AACA83 (or 0xAACA83) is unknown color: approx Caper. HEX triplet: AA, CA and 83. RGB value is (170,202,131). Sum of RGB (Red+Green+Blue) = 170+202+131=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA83 is #55357C. Grayscale: #B8B8B8. Windows color (decimal): -5584253 or 8637098. OLE color: 8637098.

HSL color Cylindrical-coordinate representation of color #AACA83: hue angle of 87.04º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AACA83 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB170202131-
CMYK0.1600.350.21
HSL87.04º40.11%65.29%-
HSV(B)87.04º35.15%79.22%-
XYZ41.7952.4329.39-
YUV184.3497.9117.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=33.80%
G=40.16%
B=26.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021310.1600.350.2187.0440.1165.29
HexAACA831002315572841
Octal252312203200432512750101
Binary1010101011001010100000111000001000111010110101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA83; }

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

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

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

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

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

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

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

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