#AABA84

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

Shades of Caper #AABA84

Tints of Caper #AABA84

Color information

#AABA84 (or 0xAABA84) is unknown color: approx Caper. HEX triplet: AA, BA and 84. RGB value is (170,186,132). Sum of RGB (Red+Green+Blue) = 170+186+132=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA84 is #55457B. Grayscale: #AFAFAF. Windows color (decimal): -5588348 or 8698538. OLE color: 8698538.

HSL color Cylindrical-coordinate representation of color #AABA84: hue angle of 77.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABA84 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB170186132-
CMYK0.0900.290.27
HSL77.78º28.13%62.35%-
HSV(B)77.78º29.03%72.94%-
XYZ38.345.3328.56-
YUV175.06103.7124.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=34.84%
G=38.11%
B=27.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861320.0900.290.2777.7828.1362.35
HexAABA84901D1B4e1c3e
Octal25227220411035331163476
Binary101010101011101010000100100101110111011100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA84; }

 p { color: rgb(170,186,132); }

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

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

 a { background-color: rgb(170,186,132); }

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

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

 span { border-color: rgb(170,186,132); }

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