Html Css Color HEX #ADC1AD Zanah

📋 copy color: '#ADC1AD'

red 173 ◦ green 193 ◦ blue 173

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

Shades of Zanah #ADC1AD

Tints of Zanah #ADC1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 32.1%
G = 35.81%
B = 32.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ADC1AD (or 0xADC1AD) is known color: Zanah. HEX triplet: AD, C1 and AD. RGB value is (173,193,173). Sum of RGB (Red+Green+Blue) = 173+193+173=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AD is #523E52. Grayscale: #B8B8B8. Windows color (decimal): -5389907 or 11387309. OLE color: 11387309.

HSL color Cylindrical-coordinate representation of color #ADC1AD: hue angle of 120º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1AD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 173 -
CMYK 0.10 0 0.10 0.24
HSL 120º 0.14% 0.72% -
HSV(B) 120º 0.1% 0.76% -
XYZ 43.85 50.04 46.88 -
YUV 184.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 173 193 173 0.10 0 0.10 0.24 120 0.14 0.72
Hex AD C1 AD A 0 A 18 78 E 48
Octal 255 301 255 12 0 12 30 170 16 110
Binary 10101101 11000001 10101101 1010 0 1010 11000 1111000 1110 1001000

Color Harmonies of #ADC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1AD

Black with #ADC1AD

Text Example


Text Example

White with #ADC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1AD; }

 p { color: rgb(173,193,173); }

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

background-color css

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

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

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

border-color css

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

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

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