#AEBCAF

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

Shades of Zanah #AEBCAF

Tints of Zanah #AEBCAF

Color information

#AEBCAF (or 0xAEBCAF) is unknown color: approx Zanah. HEX triplet: AE, BC and AF. RGB value is (174,188,175). Sum of RGB (Red+Green+Blue) = 174+188+175=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCAF is #514350. Grayscale: #B6B6B6. Windows color (decimal): -5325649 or 11517102. OLE color: 11517102.

HSL color Cylindrical-coordinate representation of color #AEBCAF: hue angle of 124.29º 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 #AEBCAF is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB174188175-
CMYK0.0700.070.26
HSL124.29º9.46%70.98%-
HSV(B)124.29º7.45%73.73%-
XYZ43.1848.0647.56-
YUV182.33123.86122.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=32.40%
G=35.01%
B=32.59%

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
Decimal1741881750.0700.070.26124.299.4670.98
HexAEBCAF7071A7c947
Octal2562742577073217411107
Binary101011101011110010101111111011111010111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCAF; }

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

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

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

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

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

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

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

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