Html Css Color HEX #ADCBAC Zanah

📋 copy color: '#ADCBAC'

red 173 ◦ green 203 ◦ blue 172

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

Shades of Zanah #ADCBAC

Tints of Zanah #ADCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

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

R = 31.57%
G = 37.04%
B = 31.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#ADCBAC (or 0xADCBAC) is known color: Zanah. HEX triplet: AD, CB and AC. RGB value is (173,203,172). Sum of RGB (Red+Green+Blue) = 173+203+172=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAC is #523453. Grayscale: #BEBEBE. Windows color (decimal): -5387348 or 11324333. OLE color: 11324333.

HSL color Cylindrical-coordinate representation of color #ADCBAC: hue angle of 118.06º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBAC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 172 -
CMYK 0.15 0 0.15 0.20
HSL 118.06º 0.23% 0.74% -
HSV(B) 118.06º 0.15% 0.8% -
XYZ 46.04 54.57 47.14 -
YUV 190.5 117.56 115.52 -
System Red Green Blue C M Y K H S L
Decimal 173 203 172 0.15 0 0.15 0.20 118.06 0.23 0.74
Hex AD CB AC F 0 F 14 76 17 4A
Octal 255 313 254 17 0 17 24 166 27 112
Binary 10101101 11001011 10101100 1111 0 1111 10100 1110110 10111 1001010

Color Harmonies of #ADCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBAC

Black with #ADCBAC

Text Example


Text Example

White with #ADCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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