Html Css Color HEX #ADBBAE Zanah

📋 copy color: '#ADBBAE'

red 173 ◦ green 187 ◦ blue 174

#ADBBAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ADBBAE

Tints of Zanah #ADBBAE

RGB

 RED value IS 173 (67.97% from 255) = 32.4%

 GREEN value IS 187 (73.44% from 255) = 35.02%

 BLUE value IS 174 (68.36% from 255) = 32.58%

R = 32.4%
G = 35.02%
B = 32.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#ADBBAE (or 0xADBBAE) is known color: 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

RGB 173 187 174 -
CMYK 0.07 0 0.07 0.27
HSL 124.29º 0.09% 0.71% -
HSV(B) 124.29º 0.07% 0.73% -
XYZ 42.64 47.48 46.96 -
YUV 181.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 173 187 174 0.07 0 0.07 0.27 124.29 0.09 0.71
Hex AD BB AE 7 0 7 1B 7C 9 47
Octal 255 273 256 7 0 7 33 174 11 107
Binary 10101101 10111011 10101110 111 0 111 11011 1111100 1001 1000111

Color Harmonies of #ADBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBAE

Black with #ADBBAE

Text Example


Text Example

White with #ADBBAE

Text Example


Text Example

HTML Codes & Css Web 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>