#ACAA34

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

Shades of Brass #ACAA34

Tints of Brass #ACAA34

Color information

#ACAA34 (or 0xACAA34) is unknown color: approx Brass. HEX triplet: AC, AA and 34. RGB value is (172,170,52). Sum of RGB (Red+Green+Blue) = 172+170+52=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA34 is #5355CB. Grayscale: #9D9D9D. Windows color (decimal): -5461452 or 3451564. OLE color: 3451564.

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

Color convert

RGB17217052-
CMYK00.010.700.33
HSL59º53.57%43.92%-
HSV(B)59º69.77%67.45%-
XYZ32.0137.778.85-
YUV157.1568.66138.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=43.65%
G=43.15%
B=13.20%

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
Decimal1721705200.010.700.335953.5743.92
HexACAA340146213b362c
Octal254252640110641736654
Binary1010110010101010110100011000110100001111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA34; }

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

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

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

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

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

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

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

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