#AAB87B

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

Shades of Caper #AAB87B

Tints of Caper #AAB87B

Color information

#AAB87B (or 0xAAB87B) is unknown color: approx Caper. HEX triplet: AA, B8 and 7B. RGB value is (170,184,123). Sum of RGB (Red+Green+Blue) = 170+184+123=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB87B is #554784. Grayscale: #ADADAD. Windows color (decimal): -5588869 or 8108202. OLE color: 8108202.

HSL color Cylindrical-coordinate representation of color #AAB87B: hue angle of 73.77º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB87B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB170184123-
CMYK0.0800.330.28
HSL73.77º30.05%60.2%-
HSV(B)73.77º33.15%72.16%-
XYZ37.2944.2625.32-
YUV172.8699.86125.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=35.64%
G=38.57%
B=25.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841230.0800.330.2873.7730.0560.2
HexAAB87B80211C4a1e3c
Octal25227017310041341123674
Binary101010101011100011110111000010000111100100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB87B; }

 p { color: rgb(170,184,123); }

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

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

 a { background-color: rgb(170,184,123); }

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

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

 span { border-color: rgb(170,184,123); }

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