#ACAA3A

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

Shades of Brass #ACAA3A

Tints of Brass #ACAA3A

Color information

#ACAA3A (or 0xACAA3A) is unknown color: approx Brass. HEX triplet: AC, AA and 3A. RGB value is (172,170,58). Sum of RGB (Red+Green+Blue) = 172+170+58=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA3A is #5355C5. Grayscale: #9E9E9E. Windows color (decimal): -5461446 or 3844780. OLE color: 3844780.

HSL color Cylindrical-coordinate representation of color #ACAA3A: hue angle of 58.95º 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 #ACAA3A is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17217058-
CMYK00.010.660.33
HSL58.95º49.57%45.1%-
HSV(B)58.95º66.28%67.45%-
XYZ32.1537.839.61-
YUV157.8371.66138.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 58 (23.05% from 255) = 14.5%
R=43%
G=42.5%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721705800.010.660.3358.9549.5745.1
HexACAA3A0142213b322d
Octal254252720110241736255
Binary1010110010101010111010011000010100001111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA3A; }

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

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

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

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

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

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

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

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