Html Css Color HEX #ACC1AB Zanah

📋 copy color: '#ACC1AB'

red 172 ◦ green 193 ◦ blue 171

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

Shades of Zanah #ACC1AB

Tints of Zanah #ACC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

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

R = 32.09%
G = 36.01%
B = 31.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#ACC1AB (or 0xACC1AB) is known color: Zanah. HEX triplet: AC, C1 and AB. RGB value is (172,193,171). Sum of RGB (Red+Green+Blue) = 172+193+171=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1AB is #533E54. Grayscale: #B8B8B8. Windows color (decimal): -5455445 or 11256236. OLE color: 11256236.

HSL color Cylindrical-coordinate representation of color #ACC1AB: hue angle of 117.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1AB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 193 171 -
CMYK 0.11 0 0.11 0.24
HSL 117.27º 0.15% 0.71% -
HSV(B) 117.27º 0.11% 0.76% -
XYZ 43.43 49.85 45.86 -
YUV 184.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 172 193 171 0.11 0 0.11 0.24 117.27 0.15 0.71
Hex AC C1 AB B 0 B 18 75 F 47
Octal 254 301 253 13 0 13 30 165 17 107
Binary 10101100 11000001 10101011 1011 0 1011 11000 1110101 1111 1000111

Color Harmonies of #ACC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1AB

Black with #ACC1AB

Text Example


Text Example

White with #ACC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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