Html Css Color HEX #ACAB49 Brass

📋 copy color: '#ACAB49'

red 172 ◦ green 171 ◦ blue 73

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

Shades of Brass #ACAB49

Tints of Brass #ACAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

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

R = 41.35%
G = 41.11%
B = 17.55%

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

#ACAB49 (or 0xACAB49) is known color: Brass. HEX triplet: AC, AB and 49. RGB value is (172,171,73). Sum of RGB (Red+Green+Blue) = 172+171+73=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAB49 is #5354B6. Grayscale: #A0A0A0. Windows color (decimal): -5461175 or 4828076. OLE color: 4828076.

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

Color convert

RGB 172 171 73 -
CMYK 0 0.01 0.58 0.33
HSL 59.39º 0.4% 0.48% -
HSV(B) 59.39º 0.58% 0.67% -
XYZ 32.78 38.38 11.98 -
YUV 160.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 172 171 73 0 0.01 0.58 0.33 59.39 0.4 0.48
Hex AC AB 49 0 1 3A 21 3B 28 30
Octal 254 253 111 0 1 72 41 73 50 60
Binary 10101100 10101011 1001001 0 1 111010 100001 111011 101000 110000

Color Harmonies of #ACAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB49

Black with #ACAB49

Text Example


Text Example

White with #ACAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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