#ACAD3E

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

Shades of Brass #ACAD3E

Tints of Brass #ACAD3E

Color information

#ACAD3E (or 0xACAD3E) is unknown color: approx Brass. HEX triplet: AC, AD and 3E. RGB value is (172,173,62). Sum of RGB (Red+Green+Blue) = 172+173+62=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAD3E is #5352C1. Grayscale: #A0A0A0. Windows color (decimal): -5460674 or 4107692. OLE color: 4107692.

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

Color convert

RGB17217362-
CMYK0.0100.640.32
HSL60.54º47.23%46.08%-
HSV(B)60.54º64.16%67.84%-
XYZ32.8339.0110.36-
YUV160.0572.67136.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 173 (67.97% from 255) = 42.51%
BLUE value IS 62 (24.61% from 255) = 15.23%
R=42.26%
G=42.51%
B=15.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172173620.0100.640.3260.5447.2346.08
HexACAD3E1040203d2f2e
Octal254255761010040755756
Binary1010110010101101111110101000000100000111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD3E; }

 p { color: rgb(172,173,62); }

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

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

 a { background-color: rgb(172,173,62); }

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

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

 span { border-color: rgb(172,173,62); }

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