Html Css Color HEX #ADCBA8 Zanah

📋 copy color: '#ADCBA8'

red 173 ◦ green 203 ◦ blue 168

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

Shades of Zanah #ADCBA8

Tints of Zanah #ADCBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 31.8%
G = 37.32%
B = 30.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#ADCBA8 (or 0xADCBA8) is known color: Zanah. HEX triplet: AD, CB and A8. RGB value is (173,203,168). Sum of RGB (Red+Green+Blue) = 173+203+168=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA8 is #523457. Grayscale: #BEBEBE. Windows color (decimal): -5387352 or 11062189. OLE color: 11062189.

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

Color convert

RGB 173 203 168 -
CMYK 0.15 0 0.17 0.20
HSL 111.43º 0.25% 0.73% -
HSV(B) 111.43º 0.17% 0.8% -
XYZ 45.66 54.42 45.14 -
YUV 190.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 173 203 168 0.15 0 0.17 0.20 111.43 0.25 0.73
Hex AD CB A8 F 0 11 14 6F 19 49
Octal 255 313 250 17 0 21 24 157 31 111
Binary 10101101 11001011 10101000 1111 0 10001 10100 1101111 11001 1001001

Color Harmonies of #ADCBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBA8

Black with #ADCBA8

Text Example


Text Example

White with #ADCBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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