#AEB8AF

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

Shades of Zanah #AEB8AF

Tints of Zanah #AEB8AF

Color information

#AEB8AF (or 0xAEB8AF) is unknown color: approx Zanah. HEX triplet: AE, B8 and AF. RGB value is (174,184,175). Sum of RGB (Red+Green+Blue) = 174+184+175=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB8AF is #514750. Grayscale: #B4B4B4. Windows color (decimal): -5326673 or 11516078. OLE color: 11516078.

HSL color Cylindrical-coordinate representation of color #AEB8AF: hue angle of 126º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AEB8AF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB174184175-
CMYK0.0500.050.28
HSL126º6.58%70.2%-
HSV(B)126º5.43%72.16%-
XYZ42.3346.3747.28-
YUV179.98125.19123.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=32.65%
G=34.52%
B=32.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841750.0500.050.281266.5870.2
HexAEB8AF5051C7e746
Octal256270257505341767106
Binary10101110101110001010111110101011110011111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB8AF; }

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

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

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

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

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

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

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

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