Html Css Color HEX #ACC8AE Gum Leaf

📋 copy color: '#ACC8AE'

red 172 ◦ green 200 ◦ blue 174

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

Shades of Gum Leaf #ACC8AE

Tints of Gum Leaf #ACC8AE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

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

R = 31.5%
G = 36.63%
B = 31.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ACC8AE (or 0xACC8AE) is known color: Gum Leaf. HEX triplet: AC, C8 and AE. RGB value is (172,200,174). Sum of RGB (Red+Green+Blue) = 172+200+174=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AE is #533751. Grayscale: #BCBCBC. Windows color (decimal): -5453650 or 11454636. OLE color: 11454636.

HSL color Cylindrical-coordinate representation of color #ACC8AE: hue angle of 124.29º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8AE is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 174 -
CMYK 0.14 0 0.13 0.22
HSL 124.29º 0.2% 0.73% -
HSV(B) 124.29º 0.14% 0.78% -
XYZ 45.31 53.14 47.91 -
YUV 188.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 172 200 174 0.14 0 0.13 0.22 124.29 0.2 0.73
Hex AC C8 AE E 0 D 16 7C 14 49
Octal 254 310 256 16 0 15 26 174 24 111
Binary 10101100 11001000 10101110 1110 0 1101 10110 1111100 10100 1001001

Color Harmonies of #ACC8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC8AE

Black with #ACC8AE

Text Example


Text Example

White with #ACC8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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