Html Css Color HEX #ACB9AE Gum Leaf

📋 copy color: '#ACB9AE'

red 172 ◦ green 185 ◦ blue 174

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

Shades of Gum Leaf #ACB9AE

Tints of Gum Leaf #ACB9AE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 32.39%
G = 34.84%
B = 32.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#ACB9AE (or 0xACB9AE) is known color: Gum Leaf. HEX triplet: AC, B9 and AE. RGB value is (172,185,174). Sum of RGB (Red+Green+Blue) = 172+185+174=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AE is #534651. Grayscale: #B3B3B3. Windows color (decimal): -5457490 or 11450796. OLE color: 11450796.

HSL color Cylindrical-coordinate representation of color #ACB9AE: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB9AE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 174 -
CMYK 0.07 0 0.06 0.27
HSL 129.23º 0.08% 0.7% -
HSV(B) 129.23º 0.07% 0.73% -
XYZ 42 46.52 46.81 -
YUV 179.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 172 185 174 0.07 0 0.06 0.27 129.23 0.08 0.7
Hex AC B9 AE 7 0 6 1B 81 8 46
Octal 254 271 256 7 0 6 33 201 10 106
Binary 10101100 10111001 10101110 111 0 110 11011 10000001 1000 1000110

Color Harmonies of #ACB9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9AE

Black with #ACB9AE

Text Example


Text Example

White with #ACB9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9AE; }

 p { color: rgb(172,185,174); }

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

background-color css

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

 a { background-color: rgb(172,185,174); }

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

border-color css

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

 span { border-color: rgb(172,185,174); }

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