Html Css Color HEX #ADCFA6 Zanah

📋 copy color: '#ADCFA6'

red 173 ◦ green 207 ◦ blue 166

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

Shades of Zanah #ADCFA6

Tints of Zanah #ADCFA6

RGB

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

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

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

R = 31.68%
G = 37.91%
B = 30.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#ADCFA6 (or 0xADCFA6) is known color: Zanah. HEX triplet: AD, CF and A6. RGB value is (173,207,166). Sum of RGB (Red+Green+Blue) = 173+207+166=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFA6 is #523059. Grayscale: #C0C0C0. Windows color (decimal): -5386330 or 10932141. OLE color: 10932141.

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

Color convert

RGB 173 207 166 -
CMYK 0.16 0 0.20 0.19
HSL 109.76º 0.3% 0.73% -
HSV(B) 109.76º 0.2% 0.81% -
XYZ 46.43 56.26 44.49 -
YUV 192.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 173 207 166 0.16 0 0.20 0.19 109.76 0.3 0.73
Hex AD CF A6 10 0 14 13 6E 1E 49
Octal 255 317 246 20 0 24 23 156 36 111
Binary 10101101 11001111 10100110 10000 0 10100 10011 1101110 11110 1001001

Color Harmonies of #ADCFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFA6

Black with #ADCFA6

Text Example


Text Example

White with #ADCFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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