#AEB981

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

Shades of Caper #AEB981

Tints of Caper #AEB981

Color information

#AEB981 (or 0xAEB981) is unknown color: approx Caper. HEX triplet: AE, B9 and 81. RGB value is (174,185,129). Sum of RGB (Red+Green+Blue) = 174+185+129=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB981 is #51467E. Grayscale: #AFAFAF. Windows color (decimal): -5326463 or 8501678. OLE color: 8501678.

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

Color convert

RGB174185129-
CMYK0.0600.300.27
HSL71.79º28.57%61.57%-
HSV(B)71.79º30.27%72.55%-
XYZ38.7745.2827.47-
YUV175.33101.86127.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 129 (50.78% from 255) = 26.43%
R=35.66%
G=37.91%
B=26.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851290.0600.300.2771.7928.5761.57
HexAEB981601E1B481d3e
Octal2562712016036331103576
Binary10101110101110011000000111001111011011100100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB981; }

 p { color: rgb(174,185,129); }

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

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

 a { background-color: rgb(174,185,129); }

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

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

 span { border-color: rgb(174,185,129); }

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