Html Css Color HEX #ACB2AD Gum Leaf

📋 copy color: '#ACB2AD'

red 172 ◦ green 178 ◦ blue 173

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

Shades of Gum Leaf #ACB2AD

Tints of Gum Leaf #ACB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 32.89%
G = 34.03%
B = 33.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#ACB2AD (or 0xACB2AD) is known color: Gum Leaf. HEX triplet: AC, B2 and AD. RGB value is (172,178,173). Sum of RGB (Red+Green+Blue) = 172+178+173=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2AD is #534D52. Grayscale: #AFAFAF. Windows color (decimal): -5459283 or 11383468. OLE color: 11383468.

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

Color convert

RGB 172 178 173 -
CMYK 0.03 0 0.03 0.30
HSL 130º 0.04% 0.69% -
HSV(B) 130º 0.03% 0.7% -
XYZ 40.48 43.63 45.82 -
YUV 175.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 172 178 173 0.03 0 0.03 0.30 130 0.04 0.69
Hex AC B2 AD 3 0 3 1E 82 4 45
Octal 254 262 255 3 0 3 36 202 4 105
Binary 10101100 10110010 10101101 11 0 11 11110 10000010 100 1000101

Color Harmonies of #ACB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2AD

Black with #ACB2AD

Text Example


Text Example

White with #ACB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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