Html Css Color HEX #ADCAAC Zanah

📋 copy color: '#ADCAAC'

red 173 ◦ green 202 ◦ blue 172

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

Shades of Zanah #ADCAAC

Tints of Zanah #ADCAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 172 (67.58% from 255) = 31.44%

R = 31.63%
G = 36.93%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#ADCAAC (or 0xADCAAC) is known color: Zanah. HEX triplet: AD, CA and AC. RGB value is (173,202,172). Sum of RGB (Red+Green+Blue) = 173+202+172=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAAC is #523553. Grayscale: #BEBEBE. Windows color (decimal): -5387604 or 11324077. OLE color: 11324077.

HSL color Cylindrical-coordinate representation of color #ADCAAC: hue angle of 118º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCAAC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 202 172 -
CMYK 0.14 0 0.15 0.21
HSL 118º 0.22% 0.73% -
HSV(B) 118º 0.15% 0.79% -
XYZ 45.8 54.1 47.06 -
YUV 189.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 173 202 172 0.14 0 0.15 0.21 118 0.22 0.73
Hex AD CA AC E 0 F 15 76 16 49
Octal 255 312 254 16 0 17 25 166 26 111
Binary 10101101 11001010 10101100 1110 0 1111 10101 1110110 10110 1001001

Color Harmonies of #ADCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAAC

Black with #ADCAAC

Text Example


Text Example

White with #ADCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAAC; }

 p { color: rgb(173,202,172); }

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

background-color css

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

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

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

border-color css

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

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

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