Html Css Color HEX #ACC8AB Zanah

📋 copy color: '#ACC8AB'

red 172 ◦ green 200 ◦ blue 171

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

Shades of Zanah #ACC8AB

Tints of Zanah #ACC8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.83%

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

R = 31.68%
G = 36.83%
B = 31.49%

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

#ACC8AB (or 0xACC8AB) is known color: Zanah. HEX triplet: AC, C8 and AB. RGB value is (172,200,171). Sum of RGB (Red+Green+Blue) = 172+200+171=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AB is #533754. Grayscale: #BCBCBC. Windows color (decimal): -5453653 or 11258028. OLE color: 11258028.

HSL color Cylindrical-coordinate representation of color #ACC8AB: hue angle of 117.93º degrees, saturation: 0.21, 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 #ACC8AB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 171 -
CMYK 0.14 0 0.14 0.22
HSL 117.93º 0.21% 0.73% -
HSV(B) 117.93º 0.15% 0.78% -
XYZ 45.02 53.02 46.39 -
YUV 188.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 172 200 171 0.14 0 0.14 0.22 117.93 0.21 0.73
Hex AC C8 AB E 0 E 16 76 15 49
Octal 254 310 253 16 0 16 26 166 25 111
Binary 10101100 11001000 10101011 1110 0 1110 10110 1110110 10101 1001001

Color Harmonies of #ACC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8AB

Black with #ACC8AB

Text Example


Text Example

White with #ACC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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