#ACA834

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

Shades of Brass #ACA834

Tints of Brass #ACA834

Color information

#ACA834 (or 0xACA834) is unknown color: approx Brass. HEX triplet: AC, A8 and 34. RGB value is (172,168,52). Sum of RGB (Red+Green+Blue) = 172+168+52=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA834 is #5357CB. Grayscale: #9C9C9C. Windows color (decimal): -5461964 or 3451052. OLE color: 3451052.

HSL color Cylindrical-coordinate representation of color #ACA834: hue angle of 58º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACA834 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17216852-
CMYK00.020.700.33
HSL58º53.57%43.92%-
HSV(B)58º69.77%67.45%-
XYZ31.6437.028.73-
YUV155.9769.33139.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=43.88%
G=42.86%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721685200.020.700.335853.5743.92
HexACA8340246213a362c
Octal254250640210641726654
Binary10101100101010001101000101000110100001111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA834; }

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

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

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

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

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

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

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

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