Html Css Color HEX #ADCFAD Zanah

📋 copy color: '#ADCFAD'

red 173 ◦ green 207 ◦ blue 173

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

Shades of Zanah #ADCFAD

Tints of Zanah #ADCFAD

RGB

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

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

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

R = 31.28%
G = 37.43%
B = 31.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#ADCFAD (or 0xADCFAD) is known color: Zanah. HEX triplet: AD, CF and AD. RGB value is (173,207,173). Sum of RGB (Red+Green+Blue) = 173+207+173=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAD is #523052. Grayscale: #C1C1C1. Windows color (decimal): -5386323 or 11390893. OLE color: 11390893.

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

Color convert

RGB 173 207 173 -
CMYK 0.16 0 0.16 0.19
HSL 120º 0.26% 0.75% -
HSV(B) 120º 0.16% 0.81% -
XYZ 47.09 56.53 47.96 -
YUV 192.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 173 207 173 0.16 0 0.16 0.19 120 0.26 0.75
Hex AD CF AD 10 0 10 13 78 1A 4B
Octal 255 317 255 20 0 20 23 170 32 113
Binary 10101101 11001111 10101101 10000 0 10000 10011 1111000 11010 1001011

Color Harmonies of #ADCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFAD

Black with #ADCFAD

Text Example


Text Example

White with #ADCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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