#AEBE8F

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

Shades of Caper #AEBE8F

Tints of Caper #AEBE8F

Color information

#AEBE8F (or 0xAEBE8F) is unknown color: approx Caper. HEX triplet: AE, BE and 8F. RGB value is (174,190,143). Sum of RGB (Red+Green+Blue) = 174+190+143=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE8F is #514170. Grayscale: #B4B4B4. Windows color (decimal): -5325169 or 9420462. OLE color: 9420462.

HSL color Cylindrical-coordinate representation of color #AEBE8F: hue angle of 80.43º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBE8F is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB174190143-
CMYK0.0800.250.25
HSL80.43º26.55%65.29%-
HSV(B)80.43º24.74%74.51%-
XYZ40.8347.8133.06-
YUV179.86107.2123.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=34.32%
G=37.48%
B=28.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901430.0800.250.2580.4326.5565.29
HexAEBE8F801919501b41
Octal256276217100313112033101
Binary1010111010111110100011111000011001110011010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE8F; }

 p { color: rgb(174,190,143); }

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

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

 a { background-color: rgb(174,190,143); }

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

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

 span { border-color: rgb(174,190,143); }

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