Html Css Color HEX #ACC9AD Zanah

📋 copy color: '#ACC9AD'

red 172 ◦ green 201 ◦ blue 173

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

Shades of Zanah #ACC9AD

Tints of Zanah #ACC9AD

RGB

 RED value IS 172 (67.58% from 255) = 31.5%

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 173 (67.97% from 255) = 31.68%

R = 31.5%
G = 36.81%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#ACC9AD (or 0xACC9AD) is known color: Zanah. HEX triplet: AC, C9 and AD. RGB value is (172,201,173). Sum of RGB (Red+Green+Blue) = 172+201+173=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AD is #533652. Grayscale: #BDBDBD. Windows color (decimal): -5453395 or 11389356. OLE color: 11389356.

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

Color convert

RGB 172 201 173 -
CMYK 0.14 0 0.14 0.21
HSL 122.07º 0.21% 0.73% -
HSV(B) 122.07º 0.14% 0.79% -
XYZ 45.44 53.56 47.48 -
YUV 189.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 172 201 173 0.14 0 0.14 0.21 122.07 0.21 0.73
Hex AC C9 AD E 0 E 15 7A 15 49
Octal 254 311 255 16 0 16 25 172 25 111
Binary 10101100 11001001 10101101 1110 0 1110 10101 1111010 10101 1001001

Color Harmonies of #ACC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC9AD

Black with #ACC9AD

Text Example


Text Example

White with #ACC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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