Html Css Color HEX #ADC7AA Zanah

📋 copy color: '#ADC7AA'

red 173 ◦ green 199 ◦ blue 170

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

Shades of Zanah #ADC7AA

Tints of Zanah #ADC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.72%

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

R = 31.92%
G = 36.72%
B = 31.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#ADC7AA (or 0xADC7AA) is known color: Zanah. HEX triplet: AD, C7 and AA. RGB value is (173,199,170). Sum of RGB (Red+Green+Blue) = 173+199+170=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7AA is #523855. Grayscale: #BCBCBC. Windows color (decimal): -5388374 or 11192237. OLE color: 11192237.

HSL color Cylindrical-coordinate representation of color #ADC7AA: hue angle of 113.79º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC7AA is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 170 -
CMYK 0.13 0 0.15 0.22
HSL 113.79º 0.21% 0.72% -
HSV(B) 113.79º 0.15% 0.78% -
XYZ 44.91 52.63 45.82 -
YUV 187.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 173 199 170 0.13 0 0.15 0.22 113.79 0.21 0.72
Hex AD C7 AA D 0 F 16 72 15 48
Octal 255 307 252 15 0 17 26 162 25 110
Binary 10101101 11000111 10101010 1101 0 1111 10110 1110010 10101 1001000

Color Harmonies of #ADC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7AA

Black with #ADC7AA

Text Example


Text Example

White with #ADC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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