Html Css Color HEX #ACB0AD Gum Leaf

📋 copy color: '#ACB0AD'

red 172 ◦ green 176 ◦ blue 173

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

Shades of Gum Leaf #ACB0AD

Tints of Gum Leaf #ACB0AD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 33.01%
G = 33.78%
B = 33.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ACB0AD (or 0xACB0AD) is known color: Gum Leaf. HEX triplet: AC, B0 and AD. RGB value is (172,176,173). Sum of RGB (Red+Green+Blue) = 172+176+173=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0AD is #534F52. Grayscale: #AEAEAE. Windows color (decimal): -5459795 or 11382956. OLE color: 11382956.

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

Color convert

RGB 172 176 173 -
CMYK 0.02 0 0.02 0.31
HSL 135º 0.02% 0.68% -
HSV(B) 135º 0.02% 0.69% -
XYZ 40.08 42.84 45.69 -
YUV 174.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 172 176 173 0.02 0 0.02 0.31 135 0.02 0.68
Hex AC B0 AD 2 0 2 1F 87 2 44
Octal 254 260 255 2 0 2 37 207 2 104
Binary 10101100 10110000 10101101 10 0 10 11111 10000111 10 1000100

Color Harmonies of #ACB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0AD

Black with #ACB0AD

Text Example


Text Example

White with #ACB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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