#ACA23B

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

Shades of Brass #ACA23B

Tints of Brass #ACA23B

Color information

#ACA23B (or 0xACA23B) is unknown color: approx Brass. HEX triplet: AC, A2 and 3B. RGB value is (172,162,59). Sum of RGB (Red+Green+Blue) = 172+162+59=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 59 (23.44% from 255 or 15.01% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA23B is #535DC4. Grayscale: #999999. Windows color (decimal): -5463493 or 3908268. OLE color: 3908268.

HSL color Cylindrical-coordinate representation of color #ACA23B: hue angle of 54.69º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACA23B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17216259-
CMYK00.060.660.33
HSL54.69º48.92%45.29%-
HSV(B)54.69º65.7%67.45%-
XYZ30.7234.939.26-
YUV153.2574.81141.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 59 (23.44% from 255) = 15.01%
R=43.77%
G=41.22%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721625900.060.660.3354.6948.9245.29
HexACA23B06422137312d
Octal254242730610241676155
Binary101011001010001011101101101000010100001110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA23B; }

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

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

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

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

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

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

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

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