#AEBCAE

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

Shades of Zanah #AEBCAE

Tints of Zanah #AEBCAE

Color information

#AEBCAE (or 0xAEBCAE) is unknown color: approx Zanah. HEX triplet: AE, BC and AE. RGB value is (174,188,174). Sum of RGB (Red+Green+Blue) = 174+188+174=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCAE is #514351. Grayscale: #B6B6B6. Windows color (decimal): -5325650 or 11451566. OLE color: 11451566.

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

Color convert

RGB174188174-
CMYK0.0700.070.26
HSL120º9.46%70.98%-
HSV(B)120º7.45%73.73%-
XYZ43.0848.0247.04-
YUV182.22123.36122.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=32.46%
G=35.07%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881740.0700.070.261209.4670.98
HexAEBCAE7071A78947
Octal2562742567073217011107
Binary101011101011110010101110111011111010111100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCAE; }

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

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

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

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

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

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

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

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