#AEBEAE

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

Shades of Zanah #AEBEAE

Tints of Zanah #AEBEAE

Color information

#AEBEAE (or 0xAEBEAE) is unknown color: approx Zanah. HEX triplet: AE, BE and AE. RGB value is (174,190,174). Sum of RGB (Red+Green+Blue) = 174+190+174=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEAE is #514151. Grayscale: #B7B7B7. Windows color (decimal): -5325138 or 11452078. OLE color: 11452078.

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

Color convert

RGB174190174-
CMYK0.0800.080.25
HSL120º10.96%71.37%-
HSV(B)120º8.42%74.51%-
XYZ43.5148.8847.19-
YUV183.39122.7121.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 190 (74.61% from 255) = 35.32%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=32.34%
G=35.32%
B=32.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901740.0800.080.2512010.9671.37
HexAEBEAE8081978b47
Octal256276256100103117013107
Binary10101110101111101010111010000100011001111100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEAE; }

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

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

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

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

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

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

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

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