Html Css Color HEX #ACC0AE Gum Leaf

📋 copy color: '#ACC0AE'

red 172 ◦ green 192 ◦ blue 174

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

Shades of Gum Leaf #ACC0AE

Tints of Gum Leaf #ACC0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 31.97%
G = 35.69%
B = 32.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#ACC0AE (or 0xACC0AE) is known color: Gum Leaf. HEX triplet: AC, C0 and AE. RGB value is (172,192,174). Sum of RGB (Red+Green+Blue) = 172+192+174=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AE is #533F51. Grayscale: #B8B8B8. Windows color (decimal): -5455698 or 11452588. OLE color: 11452588.

HSL color Cylindrical-coordinate representation of color #ACC0AE: hue angle of 126º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0AE is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 174 -
CMYK 0.10 0 0.09 0.25
HSL 126º 0.14% 0.71% -
HSV(B) 126º 0.1% 0.75% -
XYZ 43.5 49.53 47.31 -
YUV 183.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 172 192 174 0.10 0 0.09 0.25 126 0.14 0.71
Hex AC C0 AE A 0 9 19 7E E 47
Octal 254 300 256 12 0 11 31 176 16 107
Binary 10101100 11000000 10101110 1010 0 1001 11001 1111110 1110 1000111

Color Harmonies of #ACC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC0AE

Black with #ACC0AE

Text Example


Text Example

White with #ACC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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