Html Css Color HEX #ACB5AD Gum Leaf

📋 copy color: '#ACB5AD'

red 172 ◦ green 181 ◦ blue 173

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

Shades of Gum Leaf #ACB5AD

Tints of Gum Leaf #ACB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

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

R = 32.7%
G = 34.41%
B = 32.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#ACB5AD (or 0xACB5AD) is known color: Gum Leaf. HEX triplet: AC, B5 and AD. RGB value is (172,181,173). Sum of RGB (Red+Green+Blue) = 172+181+173=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5AD is #534A52. Grayscale: #B1B1B1. Windows color (decimal): -5458515 or 11384236. OLE color: 11384236.

HSL color Cylindrical-coordinate representation of color #ACB5AD: hue angle of 126.67º 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 #ACB5AD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 173 -
CMYK 0.05 0 0.04 0.29
HSL 126.67º 0.06% 0.69% -
HSV(B) 126.67º 0.05% 0.71% -
XYZ 41.08 44.84 46.02 -
YUV 177.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 172 181 173 0.05 0 0.04 0.29 126.67 0.06 0.69
Hex AC B5 AD 5 0 4 1D 7F 6 45
Octal 254 265 255 5 0 4 35 177 6 105
Binary 10101100 10110101 10101101 101 0 100 11101 1111111 110 1000101

Color Harmonies of #ACB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5AD

Black with #ACB5AD

Text Example


Text Example

White with #ACB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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