#ACA932

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

Shades of Brass #ACA932

Tints of Brass #ACA932

Color information

#ACA932 (or 0xACA932) is unknown color: approx Brass. HEX triplet: AC, A9 and 32. RGB value is (172,169,50). Sum of RGB (Red+Green+Blue) = 172+169+50=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA932 is #5356CD. Grayscale: #9C9C9C. Windows color (decimal): -5461710 or 3320236. OLE color: 3320236.

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

Color convert

RGB17216950-
CMYK00.020.710.33
HSL58.52º54.95%43.53%-
HSV(B)58.52º70.93%67.45%-
XYZ31.7837.388.56-
YUV156.3367.99139.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=43.99%
G=43.22%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721695000.020.710.3358.5254.9543.53
HexACA9320247213b372c
Octal254251620210741736754
Binary10101100101010011100100101000111100001111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA932; }

 p { color: rgb(172,169,50); }

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

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

 a { background-color: rgb(172,169,50); }

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

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

 span { border-color: rgb(172,169,50); }

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