#ACA53A

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

Shades of Brass #ACA53A

Tints of Brass #ACA53A

Color information

#ACA53A (or 0xACA53A) is unknown color: approx Brass. HEX triplet: AC, A5 and 3A. RGB value is (172,165,58). Sum of RGB (Red+Green+Blue) = 172+165+58=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA53A is #535AC5. Grayscale: #9B9B9B. Windows color (decimal): -5462726 or 3843500. OLE color: 3843500.

HSL color Cylindrical-coordinate representation of color #ACA53A: hue angle of 56.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACA53A is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17216558-
CMYK00.040.660.33
HSL56.32º49.57%45.1%-
HSV(B)56.32º66.28%67.45%-
XYZ31.2335.999.3-
YUV154.8973.32140.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=43.54%
G=41.77%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721655800.040.660.3356.3249.5745.1
HexACA53A04422138322d
Octal254245720410241706255
Binary101011001010010111101001001000010100001111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA53A; }

 p { color: rgb(172,165,58); }

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

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

 a { background-color: rgb(172,165,58); }

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

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

 span { border-color: rgb(172,165,58); }

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