Html Css Color HEX #ADCDA6 Zanah

📋 copy color: '#ADCDA6'

red 173 ◦ green 205 ◦ blue 166

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

Shades of Zanah #ADCDA6

Tints of Zanah #ADCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.68%

 BLUE value IS 166 (65.23% from 255) = 30.51%

R = 31.8%
G = 37.68%
B = 30.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#ADCDA6 (or 0xADCDA6) is known color: Zanah. HEX triplet: AD, CD and A6. RGB value is (173,205,166). Sum of RGB (Red+Green+Blue) = 173+205+166=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA6 is #523259. Grayscale: #BFBFBF. Windows color (decimal): -5386842 or 10931629. OLE color: 10931629.

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

Color convert

RGB 173 205 166 -
CMYK 0.16 0 0.19 0.20
HSL 109.23º 0.28% 0.73% -
HSV(B) 109.23º 0.19% 0.8% -
XYZ 45.95 55.3 44.33 -
YUV 190.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 173 205 166 0.16 0 0.19 0.20 109.23 0.28 0.73
Hex AD CD A6 10 0 13 14 6D 1C 49
Octal 255 315 246 20 0 23 24 155 34 111
Binary 10101101 11001101 10100110 10000 0 10011 10100 1101101 11100 1001001

Color Harmonies of #ADCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDA6

Black with #ADCDA6

Text Example


Text Example

White with #ADCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDA6; }

 p { color: rgb(173,205,166); }

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

background-color css

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

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

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

border-color css

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

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

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