Html Css Color HEX #ACC6AD Zanah

📋 copy color: '#ACC6AD'

red 172 ◦ green 198 ◦ blue 173

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

Shades of Zanah #ACC6AD

Tints of Zanah #ACC6AD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.46%

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

R = 31.68%
G = 36.46%
B = 31.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ACC6AD (or 0xACC6AD) is known color: Zanah. HEX triplet: AC, C6 and AD. RGB value is (172,198,173). Sum of RGB (Red+Green+Blue) = 172+198+173=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6AD is #533952. Grayscale: #BBBBBB. Windows color (decimal): -5454163 or 11388588. OLE color: 11388588.

HSL color Cylindrical-coordinate representation of color #ACC6AD: hue angle of 122.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6AD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 173 -
CMYK 0.13 0 0.13 0.22
HSL 122.31º 0.19% 0.73% -
HSV(B) 122.31º 0.13% 0.78% -
XYZ 44.75 52.18 47.25 -
YUV 187.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 172 198 173 0.13 0 0.13 0.22 122.31 0.19 0.73
Hex AC C6 AD D 0 D 16 7A 13 49
Octal 254 306 255 15 0 15 26 172 23 111
Binary 10101100 11000110 10101101 1101 0 1101 10110 1111010 10011 1001001

Color Harmonies of #ACC6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6AD

Black with #ACC6AD

Text Example


Text Example

White with #ACC6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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