#ACA348

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

Shades of Brass #ACA348

Tints of Brass #ACA348

Color information

#ACA348 (or 0xACA348) is unknown color: approx Brass. HEX triplet: AC, A3 and 48. RGB value is (172,163,72). Sum of RGB (Red+Green+Blue) = 172+163+72=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA348 is #535CB7. Grayscale: #9B9B9B. Windows color (decimal): -5463224 or 4760492. OLE color: 4760492.

HSL color Cylindrical-coordinate representation of color #ACA348: hue angle of 54.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACA348 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17216372-
CMYK00.050.580.33
HSL54.6º40.98%47.84%-
HSV(B)54.6º58.14%67.45%-
XYZ31.2835.4311.32-
YUV155.3280.98139.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=42.26%
G=40.05%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721637200.050.580.3354.640.9847.84
HexACA348053A21372930
Octal254243110057241675160
Binary101011001010001110010000101111010100001110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA348; }

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

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

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

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

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

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

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

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