#AEBA81

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

Shades of Caper #AEBA81

Tints of Caper #AEBA81

Color information

#AEBA81 (or 0xAEBA81) is unknown color: approx Caper. HEX triplet: AE, BA and 81. RGB value is (174,186,129). Sum of RGB (Red+Green+Blue) = 174+186+129=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA81 is #51457E. Grayscale: #B0B0B0. Windows color (decimal): -5326207 or 8501934. OLE color: 8501934.

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

Color convert

RGB174186129-
CMYK0.0600.310.27
HSL72.63º29.23%61.76%-
HSV(B)72.63º30.65%72.94%-
XYZ38.9845.727.54-
YUV175.91101.52126.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=35.58%
G=38.04%
B=26.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861290.0600.310.2772.6329.2361.76
HexAEBA81601F1B491d3e
Octal2562722016037331113576
Binary10101110101110101000000111001111111011100100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA81; }

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

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

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

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

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

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

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

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