#ACA235

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

Shades of Brass #ACA235

Tints of Brass #ACA235

Color information

#ACA235 (or 0xACA235) is unknown color: approx Brass. HEX triplet: AC, A2 and 35. RGB value is (172,162,53). Sum of RGB (Red+Green+Blue) = 172+162+53=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA235 is #535DCA. Grayscale: #999999. Windows color (decimal): -5463499 or 3515052. OLE color: 3515052.

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

Color convert

RGB17216253-
CMYK00.060.690.33
HSL54.96º52.89%44.12%-
HSV(B)54.96º69.19%67.45%-
XYZ30.5834.878.49-
YUV152.5671.81141.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 162 (63.67% from 255) = 41.86%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=44.44%
G=41.86%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721625300.060.690.3354.9652.8944.12
HexACA23506452137352c
Octal254242650610541676554
Binary101011001010001011010101101000101100001110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA235; }

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

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

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

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

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

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

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

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