#ACAA33

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

Shades of Brass #ACAA33

Tints of Brass #ACAA33

Color information

#ACAA33 (or 0xACAA33) is unknown color: approx Brass. HEX triplet: AC, AA and 33. RGB value is (172,170,51). Sum of RGB (Red+Green+Blue) = 172+170+51=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA33 is #5355CC. Grayscale: #9D9D9D. Windows color (decimal): -5461453 or 3386028. OLE color: 3386028.

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

Color convert

RGB17217051-
CMYK00.010.700.33
HSL59.01º54.26%43.73%-
HSV(B)59.01º70.35%67.45%-
XYZ31.9937.768.73-
YUV157.0368.16138.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=43.77%
G=43.26%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721705100.010.700.3359.0154.2643.73
HexACAA330146213b362c
Octal254252630110641736654
Binary1010110010101010110011011000110100001111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA33; }

 p { color: rgb(172,170,51); }

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

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

 a { background-color: rgb(172,170,51); }

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

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

 span { border-color: rgb(172,170,51); }

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