Html Css Color HEX #ADCCA8 Zanah

📋 copy color: '#ADCCA8'

red 173 ◦ green 204 ◦ blue 168

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

Shades of Zanah #ADCCA8

Tints of Zanah #ADCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.43%

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

R = 31.74%
G = 37.43%
B = 30.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#ADCCA8 (or 0xADCCA8) is known color: Zanah. HEX triplet: AD, CC and A8. RGB value is (173,204,168). Sum of RGB (Red+Green+Blue) = 173+204+168=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA8 is #523357. Grayscale: #BEBEBE. Windows color (decimal): -5387096 or 11062445. OLE color: 11062445.

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

Color convert

RGB 173 204 168 -
CMYK 0.15 0 0.18 0.2
HSL 111.67º 0.26% 0.73% -
HSV(B) 111.67º 0.18% 0.8% -
XYZ 45.89 54.9 45.22 -
YUV 190.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 173 204 168 0.15 0 0.18 0.2 111.67 0.26 0.73
Hex AD CC A8 F 0 12 14 70 1A 49
Octal 255 314 250 17 0 22 24 160 32 111
Binary 10101101 11001100 10101000 1111 0 10010 10100 1110000 11010 1001001

Color Harmonies of #ADCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCA8

Black with #ADCCA8

Text Example


Text Example

White with #ADCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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