Html Css Color HEX #ACB1AD Gum Leaf

📋 copy color: '#ACB1AD'

red 172 ◦ green 177 ◦ blue 173

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

Shades of Gum Leaf #ACB1AD

Tints of Gum Leaf #ACB1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

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

R = 32.95%
G = 33.91%
B = 33.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ACB1AD (or 0xACB1AD) is known color: Gum Leaf. HEX triplet: AC, B1 and AD. RGB value is (172,177,173). Sum of RGB (Red+Green+Blue) = 172+177+173=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AD is #534E52. Grayscale: #AFAFAF. Windows color (decimal): -5459539 or 11383212. OLE color: 11383212.

HSL color Cylindrical-coordinate representation of color #ACB1AD: hue angle of 132º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ACB1AD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 173 -
CMYK 0.03 0 0.02 0.31
HSL 132º 0.03% 0.68% -
HSV(B) 132º 0.03% 0.69% -
XYZ 40.28 43.23 45.76 -
YUV 175.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 172 177 173 0.03 0 0.02 0.31 132 0.03 0.68
Hex AC B1 AD 3 0 2 1F 84 3 44
Octal 254 261 255 3 0 2 37 204 3 104
Binary 10101100 10110001 10101101 11 0 10 11111 10000100 11 1000100

Color Harmonies of #ACB1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1AD

Black with #ACB1AD

Text Example


Text Example

White with #ACB1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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