Html Css Color HEX #ACC7AB Zanah

📋 copy color: '#ACC7AB'

red 172 ◦ green 199 ◦ blue 171

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

Shades of Zanah #ACC7AB

Tints of Zanah #ACC7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.72%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 31.73%
G = 36.72%
B = 31.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ACC7AB (or 0xACC7AB) is known color: Zanah. HEX triplet: AC, C7 and AB. RGB value is (172,199,171). Sum of RGB (Red+Green+Blue) = 172+199+171=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AB is #533854. Grayscale: #BBBBBB. Windows color (decimal): -5453909 or 11257772. OLE color: 11257772.

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

Color convert

RGB 172 199 171 -
CMYK 0.14 0 0.14 0.22
HSL 117.86º 0.2% 0.73% -
HSV(B) 117.86º 0.14% 0.78% -
XYZ 44.79 52.56 46.31 -
YUV 187.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 172 199 171 0.14 0 0.14 0.22 117.86 0.2 0.73
Hex AC C7 AB E 0 E 16 76 14 49
Octal 254 307 253 16 0 16 26 166 24 111
Binary 10101100 11000111 10101011 1110 0 1110 10110 1110110 10100 1001001

Color Harmonies of #ACC7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7AB

Black with #ACC7AB

Text Example


Text Example

White with #ACC7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7AB; }

 p { color: rgb(172,199,171); }

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

background-color css

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

 a { background-color: rgb(172,199,171); }

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

border-color css

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

 span { border-color: rgb(172,199,171); }

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