#ACA33A

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

Shades of Brass #ACA33A

Tints of Brass #ACA33A

Color information

#ACA33A (or 0xACA33A) is unknown color: approx Brass. HEX triplet: AC, A3 and 3A. RGB value is (172,163,58). Sum of RGB (Red+Green+Blue) = 172+163+58=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA33A is #535CC5. Grayscale: #9A9A9A. Windows color (decimal): -5463238 or 3842988. OLE color: 3842988.

HSL color Cylindrical-coordinate representation of color #ACA33A: hue angle of 55.26º degrees, saturation: 0.5, 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 #ACA33A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17216358-
CMYK00.050.660.33
HSL55.26º49.57%45.1%-
HSV(B)55.26º66.28%67.45%-
XYZ30.8735.279.18-
YUV153.7273.98141.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=43.77%
G=41.48%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721635800.050.660.3355.2649.5745.1
HexACA33A05422137322d
Octal254243720510241676255
Binary101011001010001111101001011000010100001110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA33A; }

 p { color: rgb(172,163,58); }

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

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

 a { background-color: rgb(172,163,58); }

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

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

 span { border-color: rgb(172,163,58); }

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