#AEBA7E

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

Shades of Caper #AEBA7E

Tints of Caper #AEBA7E

Color information

#AEBA7E (or 0xAEBA7E) is unknown color: approx Caper. HEX triplet: AE, BA and 7E. RGB value is (174,186,126). Sum of RGB (Red+Green+Blue) = 174+186+126=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA7E is #514581. Grayscale: #AFAFAF. Windows color (decimal): -5326210 or 8305326. OLE color: 8305326.

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

Color convert

RGB174186126-
CMYK0.0600.320.27
HSL72º30.3%61.18%-
HSV(B)72º32.26%72.94%-
XYZ38.7845.6226.5-
YUV175.57100.02126.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 126 (49.61% from 255) = 25.93%
R=35.80%
G=38.27%
B=25.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861260.0600.320.277230.361.18
HexAEBA7E60201B481e3d
Octal2562721766040331103675
Binary10101110101110101111110110010000011011100100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA7E; }

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

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

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

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

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

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

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

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