#ACA735

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

Shades of Brass #ACA735

Tints of Brass #ACA735

Color information

#ACA735 (or 0xACA735) is unknown color: approx Brass. HEX triplet: AC, A7 and 35. RGB value is (172,167,53). Sum of RGB (Red+Green+Blue) = 172+167+53=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA735 is #5358CA. Grayscale: #9B9B9B. Windows color (decimal): -5462219 or 3516332. OLE color: 3516332.

HSL color Cylindrical-coordinate representation of color #ACA735: hue angle of 57.48º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACA735 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB17216753-
CMYK00.030.690.33
HSL57.48º52.89%44.12%-
HSV(B)57.48º69.19%67.45%-
XYZ31.4736.678.79-
YUV155.570.16139.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 167 (65.62% from 255) = 42.60%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=43.88%
G=42.60%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721675300.030.690.3357.4852.8944.12
HexACA73503452139352c
Octal254247650310541716554
Binary10101100101001111101010111000101100001111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA735; }

 p { color: rgb(172,167,53); }

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

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

 a { background-color: rgb(172,167,53); }

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

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

 span { border-color: rgb(172,167,53); }

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