Html Css Color HEX #ACA849 Brass

📋 copy color: '#ACA849'

red 172 ◦ green 168 ◦ blue 73

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

Shades of Brass #ACA849

Tints of Brass #ACA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 41.65%
G = 40.68%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ACA849 (or 0xACA849) is known color: Brass. HEX triplet: AC, A8 and 49. RGB value is (172,168,73). Sum of RGB (Red+Green+Blue) = 172+168+73=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA849 is #5357B6. Grayscale: #9E9E9E. Windows color (decimal): -5461943 or 4827308. OLE color: 4827308.

HSL color Cylindrical-coordinate representation of color #ACA849: hue angle of 57.58º degrees, saturation: 0.4, 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 #ACA849 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 73 -
CMYK 0 0.02 0.58 0.33
HSL 57.58º 0.4% 0.48% -
HSV(B) 57.58º 0.58% 0.67% -
XYZ 32.22 37.26 11.8 -
YUV 158.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 172 168 73 0 0.02 0.58 0.33 57.58 0.4 0.48
Hex AC A8 49 0 2 3A 21 3A 28 30
Octal 254 250 111 0 2 72 41 72 50 60
Binary 10101100 10101000 1001001 0 10 111010 100001 111010 101000 110000

Color Harmonies of #ACA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA849

Black with #ACA849

Text Example


Text Example

White with #ACA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA849; }

 p { color: rgb(172,168,73); }

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

background-color css

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

 a { background-color: rgb(172,168,73); }

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

border-color css

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

 span { border-color: rgb(172,168,73); }

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