#ACBDAE

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

Shades of Gum Leaf #ACBDAE

Tints of Gum Leaf #ACBDAE

Color information

#ACBDAE (or 0xACBDAE) is unknown color: approx Gum Leaf. HEX triplet: AC, BD and AE. RGB value is (172,189,174). Sum of RGB (Red+Green+Blue) = 172+189+174=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAE is #534251. Grayscale: #B6B6B6. Windows color (decimal): -5456466 or 11451820. OLE color: 11451820.

HSL color Cylindrical-coordinate representation of color #ACBDAE: hue angle of 127.06º 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 #ACBDAE is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB172189174-
CMYK0.0900.080.26
HSL127.06º11.41%70.78%-
HSV(B)127.06º8.99%74.12%-
XYZ42.8548.2247.09-
YUV182.21123.37120.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=32.15%
G=35.33%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891740.0900.080.26127.0611.4170.78
HexACBDAE9081A7fb47
Octal254275256110103217713107
Binary10101100101111011010111010010100011010111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDAE; }

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

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

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

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

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

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

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

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