Html Css Color HEX #ADCDA7 Zanah

📋 copy color: '#ADCDA7'

red 173 ◦ green 205 ◦ blue 167

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

Shades of Zanah #ADCDA7

Tints of Zanah #ADCDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.64%

R = 31.74%
G = 37.61%
B = 30.64%

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

#ADCDA7 (or 0xADCDA7) is known color: Zanah. HEX triplet: AD, CD and A7. RGB value is (173,205,167). Sum of RGB (Red+Green+Blue) = 173+205+167=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA7 is #523258. Grayscale: #BFBFBF. Windows color (decimal): -5386841 or 10997165. OLE color: 10997165.

HSL color Cylindrical-coordinate representation of color #ADCDA7: hue angle of 110.53º 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 #ADCDA7 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 167 -
CMYK 0.16 0 0.19 0.20
HSL 110.53º 0.28% 0.73% -
HSV(B) 110.53º 0.19% 0.8% -
XYZ 46.04 55.34 44.81 -
YUV 191.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 173 205 167 0.16 0 0.19 0.20 110.53 0.28 0.73
Hex AD CD A7 10 0 13 14 6F 1C 49
Octal 255 315 247 20 0 23 24 157 34 111
Binary 10101101 11001101 10100111 10000 0 10011 10100 1101111 11100 1001001

Color Harmonies of #ADCDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDA7

Black with #ADCDA7

Text Example


Text Example

White with #ADCDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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