#ADBBAE

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

Shades of Zanah #ADBBAE

Tints of Zanah #ADBBAE

Color information

#ADBBAE (or 0xADBBAE) is unknown color: approx Zanah. HEX triplet: AD, BB and AE. RGB value is (173,187,174). Sum of RGB (Red+Green+Blue) = 173+187+174=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBAE is #524451. Grayscale: #B5B5B5. Windows color (decimal): -5391442 or 11451309. OLE color: 11451309.

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

Color convert

RGB173187174-
CMYK0.0700.070.27
HSL124.29º9.33%70.59%-
HSV(B)124.29º7.49%73.33%-
XYZ42.6447.4846.96-
YUV181.33123.86122.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=32.40%
G=35.02%
B=32.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871740.0700.070.27124.299.3370.59
HexADBBAE7071B7c947
Octal2552732567073317411107
Binary101011011011101110101110111011111011111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBAE; }

 p { color: rgb(173,187,174); }

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

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

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

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

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

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

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