Html Css Color HEX #ACB5AE Gum Leaf

📋 copy color: '#ACB5AE'

red 172 ◦ green 181 ◦ blue 174

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

Shades of Gum Leaf #ACB5AE

Tints of Gum Leaf #ACB5AE

RGB

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

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

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

R = 32.64%
G = 34.35%
B = 33.02%

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

#ACB5AE (or 0xACB5AE) is known color: Gum Leaf. HEX triplet: AC, B5 and AE. RGB value is (172,181,174). Sum of RGB (Red+Green+Blue) = 172+181+174=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5AE is #534A51. Grayscale: #B1B1B1. Windows color (decimal): -5458514 or 11449772. OLE color: 11449772.

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

Color convert

RGB 172 181 174 -
CMYK 0.05 0 0.04 0.29
HSL 133.33º 0.06% 0.69% -
HSV(B) 133.33º 0.05% 0.71% -
XYZ 41.18 44.87 46.54 -
YUV 177.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 172 181 174 0.05 0 0.04 0.29 133.33 0.06 0.69
Hex AC B5 AE 5 0 4 1D 85 6 45
Octal 254 265 256 5 0 4 35 205 6 105
Binary 10101100 10110101 10101110 101 0 100 11101 10000101 110 1000101

Color Harmonies of #ACB5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5AE

Black with #ACB5AE

Text Example


Text Example

White with #ACB5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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