#ACBDAF

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

Shades of Gum Leaf #ACBDAF

Tints of Gum Leaf #ACBDAF

Color information

#ACBDAF (or 0xACBDAF) is unknown color: approx Gum Leaf. HEX triplet: AC, BD and AF. RGB value is (172,189,175). Sum of RGB (Red+Green+Blue) = 172+189+175=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAF is #534250. Grayscale: #B6B6B6. Windows color (decimal): -5456465 or 11517356. OLE color: 11517356.

HSL color Cylindrical-coordinate representation of color #ACBDAF: hue angle of 130.59º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDAF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB172189175-
CMYK0.0900.070.26
HSL130.59º11.41%70.78%-
HSV(B)130.59º8.99%74.12%-
XYZ42.9548.2647.61-
YUV182.32123.87120.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=32.09%
G=35.26%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891750.0900.070.26130.5911.4170.78
HexACBDAF9071A83b47
Octal25427525711073220313107
Binary10101100101111011010111110010111110101000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDAF; }

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

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

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

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

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

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

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

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