Html Css Color HEX #ADCFAA Zanah

📋 copy color: '#ADCFAA'

red 173 ◦ green 207 ◦ blue 170

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

Shades of Zanah #ADCFAA

Tints of Zanah #ADCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.64%

 BLUE value IS 170 (66.8% from 255) = 30.91%

R = 31.45%
G = 37.64%
B = 30.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#ADCFAA (or 0xADCFAA) is known color: Zanah. HEX triplet: AD, CF and AA. RGB value is (173,207,170). Sum of RGB (Red+Green+Blue) = 173+207+170=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAA is #523055. Grayscale: #C0C0C0. Windows color (decimal): -5386326 or 11194285. OLE color: 11194285.

HSL color Cylindrical-coordinate representation of color #ADCFAA: hue angle of 115.14º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADCFAA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 170 -
CMYK 0.16 0 0.18 0.19
HSL 115.14º 0.28% 0.74% -
HSV(B) 115.14º 0.18% 0.81% -
XYZ 46.8 56.41 46.45 -
YUV 192.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 173 207 170 0.16 0 0.18 0.19 115.14 0.28 0.74
Hex AD CF AA 10 0 12 13 73 1C 4A
Octal 255 317 252 20 0 22 23 163 34 112
Binary 10101101 11001111 10101010 10000 0 10010 10011 1110011 11100 1001010

Color Harmonies of #ADCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFAA

Black with #ADCFAA

Text Example


Text Example

White with #ADCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFAA; }

 p { color: rgb(173,207,170); }

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

background-color css

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

 a { background-color: rgb(173,207,170); }

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

border-color css

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

 span { border-color: rgb(173,207,170); }

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