#ACA74D

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

Shades of Brass #ACA74D

Tints of Brass #ACA74D

Color information

#ACA74D (or 0xACA74D) is unknown color: approx Brass. HEX triplet: AC, A7 and 4D. RGB value is (172,167,77). Sum of RGB (Red+Green+Blue) = 172+167+77=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA74D is #5358B2. Grayscale: #9E9E9E. Windows color (decimal): -5462195 or 5089196. OLE color: 5089196.

HSL color Cylindrical-coordinate representation of color #ACA74D: hue angle of 56.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACA74D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17216777-
CMYK00.030.550.33
HSL56.84º38.15%48.82%-
HSV(B)56.84º55.23%67.45%-
XYZ32.1736.9412.46-
YUV158.2382.16137.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 167 (65.62% from 255) = 40.14%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=41.35%
G=40.14%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721677700.030.550.3356.8438.1548.82
HexACA74D033721392631
Octal254247115036741714661
Binary10101100101001111001101011110111100001111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA74D; }

 p { color: rgb(172,167,77); }

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

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

 a { background-color: rgb(172,167,77); }

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

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

 span { border-color: rgb(172,167,77); }

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