Html Css Color HEX #ACB6AD Zanah

📋 copy color: '#ACB6AD'

red 172 ◦ green 182 ◦ blue 173

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

Shades of Zanah #ACB6AD

Tints of Zanah #ACB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 32.64%
G = 34.54%
B = 32.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#ACB6AD (or 0xACB6AD) is known color: Zanah. HEX triplet: AC, B6 and AD. RGB value is (172,182,173). Sum of RGB (Red+Green+Blue) = 172+182+173=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6AD is #534952. Grayscale: #B2B2B2. Windows color (decimal): -5458259 or 11384492. OLE color: 11384492.

HSL color Cylindrical-coordinate representation of color #ACB6AD: hue angle of 126º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACB6AD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 173 -
CMYK 0.05 0 0.05 0.29
HSL 126º 0.06% 0.69% -
HSV(B) 126º 0.05% 0.71% -
XYZ 41.28 45.24 46.09 -
YUV 177.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 172 182 173 0.05 0 0.05 0.29 126 0.06 0.69
Hex AC B6 AD 5 0 5 1D 7E 6 45
Octal 254 266 255 5 0 5 35 176 6 105
Binary 10101100 10110110 10101101 101 0 101 11101 1111110 110 1000101

Color Harmonies of #ACB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB6AD

Black with #ACB6AD

Text Example


Text Example

White with #ACB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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