#ACA835

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

Shades of Brass #ACA835

Tints of Brass #ACA835

Color information

#ACA835 (or 0xACA835) is unknown color: approx Brass. HEX triplet: AC, A8 and 35. RGB value is (172,168,53). Sum of RGB (Red+Green+Blue) = 172+168+53=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA835 is #5357CA. Grayscale: #9C9C9C. Windows color (decimal): -5461963 or 3516588. OLE color: 3516588.

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

Color convert

RGB17216853-
CMYK00.020.690.33
HSL57.98º52.89%44.12%-
HSV(B)57.98º69.19%67.45%-
XYZ31.6637.038.85-
YUV156.0969.83139.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 53 (21.09% from 255) = 13.49%
R=43.77%
G=42.75%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721685300.020.690.3357.9852.8944.12
HexACA8350245213a352c
Octal254250650210541726554
Binary10101100101010001101010101000101100001111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA835; }

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

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

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

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

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

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

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

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