Html Css Color HEX #ACAC49 Brass

📋 copy color: '#ACAC49'

red 172 ◦ green 172 ◦ blue 73

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

Shades of Brass #ACAC49

Tints of Brass #ACAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 41.25%
G = 41.25%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#ACAC49 (or 0xACAC49) is known color: Brass. HEX triplet: AC, AC and 49. RGB value is (172,172,73). Sum of RGB (Red+Green+Blue) = 172+172+73=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAC49 is #5353B6. Grayscale: #A1A1A1. Windows color (decimal): -5460919 or 4828332. OLE color: 4828332.

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

Color convert

RGB 172 172 73 -
CMYK 0 0 0.58 0.33
HSL 60º 0.4% 0.48% -
HSV(B) 60º 0.58% 0.67% -
XYZ 32.97 38.76 12.05 -
YUV 160.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 172 172 73 0 0 0.58 0.33 60 0.4 0.48
Hex AC AC 49 0 0 3A 21 3C 28 30
Octal 254 254 111 0 0 72 41 74 50 60
Binary 10101100 10101100 1001001 0 0 111010 100001 111100 101000 110000

Color Harmonies of #ACAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC49

Black with #ACAC49

Text Example


Text Example

White with #ACAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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