#ACBFAE

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

Shades of Gum Leaf #ACBFAE

Tints of Gum Leaf #ACBFAE

Color information

#ACBFAE (or 0xACBFAE) is unknown color: approx Gum Leaf. HEX triplet: AC, BF and AE. RGB value is (172,191,174). Sum of RGB (Red+Green+Blue) = 172+191+174=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFAE is #534051. Grayscale: #B7B7B7. Windows color (decimal): -5455954 or 11452332. OLE color: 11452332.

HSL color Cylindrical-coordinate representation of color #ACBFAE: hue angle of 126.32º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBFAE is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB172191174-
CMYK0.1000.090.25
HSL126.32º12.93%71.18%-
HSV(B)126.32º9.95%74.9%-
XYZ43.2849.0947.24-
YUV183.38122.71119.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=32.03%
G=35.57%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911740.1000.090.25126.3212.9371.18
HexACBFAEA09197ed47
Octal254277256120113117615107
Binary10101100101111111010111010100100111001111111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFAE; }

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

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

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

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

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

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

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

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