Html Css Color HEX #ACA040 Brass

📋 copy color: '#ACA040'

red 172 ◦ green 160 ◦ blue 64

#ACA040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ACA040

Tints of Brass #ACA040

RGB

 RED value IS 172 (67.58% from 255) = 43.43%

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 64 (25.39% from 255) = 16.16%

R = 43.43%
G = 40.4%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#ACA040 (or 0xACA040) is known color: Brass. HEX triplet: AC, A0 and 40. RGB value is (172,160,64). Sum of RGB (Red+Green+Blue) = 172+160+64=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA040 is #535FBF. Grayscale: #999999. Windows color (decimal): -5464000 or 4235436. OLE color: 4235436.

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

Color convert

RGB 172 160 64 -
CMYK 0 0.07 0.63 0.33
HSL 53.33º 0.46% 0.46% -
HSV(B) 53.33º 0.63% 0.67% -
XYZ 30.51 34.28 9.86 -
YUV 152.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 172 160 64 0 0.07 0.63 0.33 53.33 0.46 0.46
Hex AC A0 40 0 7 3F 21 35 2E 2E
Octal 254 240 100 0 7 77 41 65 56 56
Binary 10101100 10100000 1000000 0 111 111111 100001 110101 101110 101110

Color Harmonies of #ACA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA040

Black with #ACA040

Text Example


Text Example

White with #ACA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA040; }

 p { color: rgb(172,160,64); }

 H1.HeaderClassName
 {
   color: #ACA040;
 }
 .AnyTagClassName
 {
   color: #ACA040;
 }
</style>

background-color css

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

 a { background-color: rgb(172,160,64); }

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

border-color css

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

 span { border-color: rgb(172,160,64); }

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