Html Css Color HEX #ACB8AE Gum Leaf

📋 copy color: '#ACB8AE'

red 172 ◦ green 184 ◦ blue 174

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

Shades of Gum Leaf #ACB8AE

Tints of Gum Leaf #ACB8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.72%

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

R = 32.45%
G = 34.72%
B = 32.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#ACB8AE (or 0xACB8AE) is known color: Gum Leaf. HEX triplet: AC, B8 and AE. RGB value is (172,184,174). Sum of RGB (Red+Green+Blue) = 172+184+174=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8AE is #534751. Grayscale: #B3B3B3. Windows color (decimal): -5457746 or 11450540. OLE color: 11450540.

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

Color convert

RGB 172 184 174 -
CMYK 0.07 0 0.05 0.28
HSL 130º 0.08% 0.7% -
HSV(B) 130º 0.07% 0.72% -
XYZ 41.79 46.11 46.74 -
YUV 179.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 172 184 174 0.07 0 0.05 0.28 130 0.08 0.7
Hex AC B8 AE 7 0 5 1C 82 8 46
Octal 254 270 256 7 0 5 34 202 10 106
Binary 10101100 10111000 10101110 111 0 101 11100 10000010 1000 1000110

Color Harmonies of #ACB8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8AE

Black with #ACB8AE

Text Example


Text Example

White with #ACB8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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