#ACC6AF

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

Shades of Gum Leaf #ACC6AF

Tints of Gum Leaf #ACC6AF

Color information

#ACC6AF (or 0xACC6AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C6 and AF. RGB value is (172,198,175). Sum of RGB (Red+Green+Blue) = 172+198+175=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6AF is #533950. Grayscale: #BBBBBB. Windows color (decimal): -5454161 or 11519660. OLE color: 11519660.

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

Color convert

RGB172198175-
CMYK0.1300.120.22
HSL126.92º18.57%72.55%-
HSV(B)126.92º13.13%77.65%-
XYZ44.9552.2548.27-
YUV187.6120.89116.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 198 (77.73% from 255) = 36.33%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=31.56%
G=36.33%
B=32.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981750.1300.120.22126.9218.5772.55
HexACC6AFD0C167f1349
Octal254306257150142617723111
Binary101011001100011010101111110101100101101111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6AF; }

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

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

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

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

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

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

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

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