Html Css Color HEX #ADCFAE Zanah

📋 copy color: '#ADCFAE'

red 173 ◦ green 207 ◦ blue 174

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

Shades of Zanah #ADCFAE

Tints of Zanah #ADCFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.41%

R = 31.23%
G = 37.36%
B = 31.41%

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

#ADCFAE (or 0xADCFAE) is known color: Zanah. HEX triplet: AD, CF and AE. RGB value is (173,207,174). Sum of RGB (Red+Green+Blue) = 173+207+174=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAE is #523051. Grayscale: #C1C1C1. Windows color (decimal): -5386322 or 11456429. OLE color: 11456429.

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

Color convert

RGB 173 207 174 -
CMYK 0.16 0 0.16 0.19
HSL 121.76º 0.26% 0.75% -
HSV(B) 121.76º 0.16% 0.81% -
XYZ 47.19 56.57 48.48 -
YUV 193.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 173 207 174 0.16 0 0.16 0.19 121.76 0.26 0.75
Hex AD CF AE 10 0 10 13 7A 1A 4B
Octal 255 317 256 20 0 20 23 172 32 113
Binary 10101101 11001111 10101110 10000 0 10000 10011 1111010 11010 1001011

Color Harmonies of #ADCFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFAE

Black with #ADCFAE

Text Example


Text Example

White with #ADCFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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