#ACA142

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

Shades of Brass #ACA142

Tints of Brass #ACA142

Color information

#ACA142 (or 0xACA142) is unknown color: approx Brass. HEX triplet: AC, A1 and 42. RGB value is (172,161,66). Sum of RGB (Red+Green+Blue) = 172+161+66=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA142 is #535EBD. Grayscale: #999999. Windows color (decimal): -5463742 or 4366764. OLE color: 4366764.

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

Color convert

RGB17216166-
CMYK00.060.620.33
HSL53.77º44.54%46.67%-
HSV(B)53.77º61.63%67.45%-
XYZ30.7434.6510.22-
YUV153.4678.64141.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.11%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=43.11%
G=40.35%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721616600.060.620.3353.7744.5446.67
HexACA142063E21362d2f
Octal254241102067641665557
Binary101011001010000110000100110111110100001110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA142; }

 p { color: rgb(172,161,66); }

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

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

 a { background-color: rgb(172,161,66); }

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

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

 span { border-color: rgb(172,161,66); }

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