#AEBFAE

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

Shades of Zanah #AEBFAE

Tints of Zanah #AEBFAE

Color information

#AEBFAE (or 0xAEBFAE) is unknown color: approx Zanah. HEX triplet: AE, BF and AE. RGB value is (174,191,174). Sum of RGB (Red+Green+Blue) = 174+191+174=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBFAE is #514051. Grayscale: #B8B8B8. Windows color (decimal): -5324882 or 11452334. OLE color: 11452334.

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

Color convert

RGB174191174-
CMYK0.0900.090.25
HSL120º11.72%71.57%-
HSV(B)120º8.9%74.9%-
XYZ43.7349.3247.26-
YUV183.98122.37120.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=32.28%
G=35.44%
B=32.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911740.0900.090.2512011.7271.57
HexAEBFAE9091978c48
Octal256277256110113117014110
Binary10101110101111111010111010010100111001111100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFAE; }

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

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

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

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

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

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

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

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