#acae40

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

Shades of Brass #ACAE40

Tints of Brass #ACAE40

Color information

#ACAE40 (or 0xACAE40) is unknown color: approx Brass. HEX triplet: AC, AE and 40. RGB value is (172,174,64). Sum of RGB (Red+Green+Blue) = 172+174+64=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAE40 is #5351BF. Grayscale: #A1A1A1. Windows color (decimal): -5460416 or 4239020. OLE color: 4239020.

HSL color Cylindrical-coordinate representation of color #ACAE40: hue angle of 61.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACAE40 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17217464-
CMYK0.0100.630.32
HSL61.09º46.22%46.67%-
HSV(B)61.09º63.22%68.24%-
XYZ33.0739.4110.71-
YUV160.8673.34135.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 64 (25.39% from 255) = 15.61%
R=41.95%
G=42.44%
B=15.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172174640.0100.630.3261.0946.2246.67
HexACAE40103F203d2e2f
Octal254256100107740755657
Binary1010110010101110100000010111111100000111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acae40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acae40; }

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

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

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

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

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

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

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

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