Html Css Color HEX #ADBAAE Zanah

📋 copy color: '#ADBAAE'

red 173 ◦ green 186 ◦ blue 174

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

Shades of Zanah #ADBAAE

Tints of Zanah #ADBAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

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

R = 32.46%
G = 34.9%
B = 32.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#ADBAAE (or 0xADBAAE) is known color: Zanah. HEX triplet: AD, BA and AE. RGB value is (173,186,174). Sum of RGB (Red+Green+Blue) = 173+186+174=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAE is #524551. Grayscale: #B4B4B4. Windows color (decimal): -5391698 or 11451053. OLE color: 11451053.

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

Color convert

RGB 173 186 174 -
CMYK 0.07 0 0.06 0.27
HSL 124.62º 0.09% 0.7% -
HSV(B) 124.62º 0.07% 0.73% -
XYZ 42.43 47.06 46.89 -
YUV 180.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 173 186 174 0.07 0 0.06 0.27 124.62 0.09 0.7
Hex AD BA AE 7 0 6 1B 7D 9 46
Octal 255 272 256 7 0 6 33 175 11 106
Binary 10101101 10111010 10101110 111 0 110 11011 1111101 1001 1000110

Color Harmonies of #ADBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAAE

Black with #ADBAAE

Text Example


Text Example

White with #ADBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAAE; }

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

 H1.HeaderClassName
 {
   color: #ADBAAE;
 }
 .AnyTagClassName
 {
   color: #ADBAAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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