Html Css Color HEX #ACC2AE Gum Leaf

📋 copy color: '#ACC2AE'

red 172 ◦ green 194 ◦ blue 174

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

Shades of Gum Leaf #ACC2AE

Tints of Gum Leaf #ACC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.93%

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

R = 31.85%
G = 35.93%
B = 32.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#ACC2AE (or 0xACC2AE) is known color: Gum Leaf. HEX triplet: AC, C2 and AE. RGB value is (172,194,174). Sum of RGB (Red+Green+Blue) = 172+194+174=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AE is #533D51. Grayscale: #B9B9B9. Windows color (decimal): -5455186 or 11453100. OLE color: 11453100.

HSL color Cylindrical-coordinate representation of color #ACC2AE: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC2AE is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 174 -
CMYK 0.11 0 0.10 0.24
HSL 125.45º 0.15% 0.72% -
HSV(B) 125.45º 0.11% 0.76% -
XYZ 43.95 50.41 47.46 -
YUV 185.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 172 194 174 0.11 0 0.10 0.24 125.45 0.15 0.72
Hex AC C2 AE B 0 A 18 7D F 48
Octal 254 302 256 13 0 12 30 175 17 110
Binary 10101100 11000010 10101110 1011 0 1010 11000 1111101 1111 1001000

Color Harmonies of #ACC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2AE

Black with #ACC2AE

Text Example


Text Example

White with #ACC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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