Html Css Color HEX #ACC4AE Gum Leaf

📋 copy color: '#ACC4AE'

red 172 ◦ green 196 ◦ blue 174

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

Shades of Gum Leaf #ACC4AE

Tints of Gum Leaf #ACC4AE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.16%

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

R = 31.73%
G = 36.16%
B = 32.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#ACC4AE (or 0xACC4AE) is known color: Gum Leaf. HEX triplet: AC, C4 and AE. RGB value is (172,196,174). Sum of RGB (Red+Green+Blue) = 172+196+174=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AE is #533B51. Grayscale: #BABABA. Windows color (decimal): -5454674 or 11453612. OLE color: 11453612.

HSL color Cylindrical-coordinate representation of color #ACC4AE: hue angle of 125º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4AE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 174 -
CMYK 0.12 0 0.11 0.23
HSL 125º 0.17% 0.72% -
HSV(B) 125º 0.12% 0.77% -
XYZ 44.39 51.31 47.61 -
YUV 186.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 172 196 174 0.12 0 0.11 0.23 125 0.17 0.72
Hex AC C4 AE C 0 B 17 7D 11 48
Octal 254 304 256 14 0 13 27 175 21 110
Binary 10101100 11000100 10101110 1100 0 1011 10111 1111101 10001 1001000

Color Harmonies of #ACC4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC4AE

Black with #ACC4AE

Text Example


Text Example

White with #ACC4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC4AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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