#ACC8AF

Color #ACC8AF Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ACC8AF

Tints of Gum Leaf #ACC8AF

Color information

#ACC8AF (or 0xACC8AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C8 and AF. RGB value is (172,200,175). Sum of RGB (Red+Green+Blue) = 172+200+175=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AF is #533750. Grayscale: #BCBCBC. Windows color (decimal): -5453649 or 11520172. OLE color: 11520172.

HSL color Cylindrical-coordinate representation of color #ACC8AF: hue angle of 126.43º 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 #ACC8AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB172200175-
CMYK0.1400.120.22
HSL126.43º20.29%72.94%-
HSV(B)126.43º14%78.43%-
XYZ45.4153.1748.43-
YUV188.78120.22116.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=31.44%
G=36.56%
B=31.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001750.1400.120.22126.4320.2972.94
HexACC8AFE0C167e1449
Octal254310257160142617624111
Binary101011001100100010101111111001100101101111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8AF; }

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

 H1.HeaderClassName
 {
   color: #ACC8AF;
 }
 .AnyTagClassName
 {
   color: #ACC8AF;
 }
</style>
background-color css

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

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

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

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

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

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