#ACAE8B

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

Shades of Bud #ACAE8B

Tints of Bud #ACAE8B

Color information

#ACAE8B (or 0xACAE8B) is unknown color: approx Bud. HEX triplet: AC, AE and 8B. RGB value is (172,174,139). Sum of RGB (Red+Green+Blue) = 172+174+139=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE8B is #535174. Grayscale: #A9A9A9. Windows color (decimal): -5460341 or 9154220. OLE color: 9154220.

HSL color Cylindrical-coordinate representation of color #ACAE8B: hue angle of 63.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACAE8B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB172174139-
CMYK0.0100.200.32
HSL63.43º17.77%61.37%-
HSV(B)63.43º20.11%68.24%-
XYZ36.8140.9130.38-
YUV169.41110.84129.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=35.46%
G=35.88%
B=28.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741390.0100.200.3263.4317.7761.37
HexACAE8B1014203f123d
Octal254256213102440772275
Binary101011001010111010001011101010010000011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE8B; }

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

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

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

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

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

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

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

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