#ACA535

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

Shades of Brass #ACA535

Tints of Brass #ACA535

Color information

#ACA535 (or 0xACA535) is unknown color: approx Brass. HEX triplet: AC, A5 and 35. RGB value is (172,165,53). Sum of RGB (Red+Green+Blue) = 172+165+53=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA535 is #535ACA. Grayscale: #9A9A9A. Windows color (decimal): -5462731 or 3515820. OLE color: 3515820.

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

Color convert

RGB17216553-
CMYK00.040.690.33
HSL56.47º52.89%44.12%-
HSV(B)56.47º69.19%67.45%-
XYZ31.1135.948.67-
YUV154.3270.82140.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=44.10%
G=42.31%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721655300.040.690.3356.4752.8944.12
HexACA53504452138352c
Octal254245650410541706554
Binary101011001010010111010101001000101100001111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA535; }

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

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

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

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

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

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

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

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