#ACB7AF

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

Shades of Gum Leaf #ACB7AF

Tints of Gum Leaf #ACB7AF

Color information

#ACB7AF (or 0xACB7AF) is unknown color: approx Gum Leaf. HEX triplet: AC, B7 and AF. RGB value is (172,183,175). Sum of RGB (Red+Green+Blue) = 172+183+175=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AF is #534850. Grayscale: #B2B2B2. Windows color (decimal): -5458001 or 11515820. OLE color: 11515820.

HSL color Cylindrical-coordinate representation of color #ACB7AF: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACB7AF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB172183175-
CMYK0.0600.040.28
HSL136.36º7.1%69.61%-
HSV(B)136.36º6.01%71.76%-
XYZ41.6845.7347.19-
YUV178.8125.86123.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=32.45%
G=34.53%
B=33.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831750.0600.040.28136.367.169.61
HexACB7AF6041C88746
Octal254267257604342107106
Binary101011001011011110101111110010011100100010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7AF; }

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

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

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

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

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

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

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

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