#ACAA38

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

Shades of Brass #ACAA38

Tints of Brass #ACAA38

Color information

#ACAA38 (or 0xACAA38) is unknown color: approx Brass. HEX triplet: AC, AA and 38. RGB value is (172,170,56). Sum of RGB (Red+Green+Blue) = 172+170+56=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA38 is #5355C7. Grayscale: #9E9E9E. Windows color (decimal): -5461448 or 3713708. OLE color: 3713708.

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

Color convert

RGB17217056-
CMYK00.010.670.33
HSL58.97º50.88%44.71%-
HSV(B)58.97º67.44%67.45%-
XYZ32.137.819.35-
YUV157.670.66138.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 56 (22.27% from 255) = 14.07%
R=43.22%
G=42.71%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721705600.010.670.3358.9750.8844.71
HexACAA380143213b332d
Octal254252700110341736355
Binary1010110010101010111000011000011100001111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA38; }

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

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

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

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

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

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

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

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