Html Css Color HEX #ACAA49 Brass

📋 copy color: '#ACAA49'

red 172 ◦ green 170 ◦ blue 73

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

Shades of Brass #ACAA49

Tints of Brass #ACAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 41.45%
G = 40.96%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ACAA49 (or 0xACAA49) is known color: Brass. HEX triplet: AC, AA and 49. RGB value is (172,170,73). Sum of RGB (Red+Green+Blue) = 172+170+73=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA49 is #5355B6. Grayscale: #9F9F9F. Windows color (decimal): -5461431 or 4827820. OLE color: 4827820.

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

Color convert

RGB 172 170 73 -
CMYK 0 0.01 0.58 0.33
HSL 58.79º 0.4% 0.48% -
HSV(B) 58.79º 0.58% 0.67% -
XYZ 32.59 38 11.92 -
YUV 159.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 172 170 73 0 0.01 0.58 0.33 58.79 0.4 0.48
Hex AC AA 49 0 1 3A 21 3B 28 30
Octal 254 252 111 0 1 72 41 73 50 60
Binary 10101100 10101010 1001001 0 1 111010 100001 111011 101000 110000

Color Harmonies of #ACAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA49

Black with #ACAA49

Text Example


Text Example

White with #ACAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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