Html Css Color HEX #ACAA47 Brass

📋 copy color: '#ACAA47'

red 172 ◦ green 170 ◦ blue 71

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

Shades of Brass #ACAA47

Tints of Brass #ACAA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.19%

R = 41.65%
G = 41.16%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#ACAA47 (or 0xACAA47) is known color: Brass. HEX triplet: AC, AA and 47. RGB value is (172,170,71). Sum of RGB (Red+Green+Blue) = 172+170+71=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA47 is #5355B8. Grayscale: #9F9F9F. Windows color (decimal): -5461433 or 4696748. OLE color: 4696748.

HSL color Cylindrical-coordinate representation of color #ACAA47: hue angle of 58.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACAA47 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 71 -
CMYK 0 0.01 0.59 0.33
HSL 58.81º 0.42% 0.48% -
HSV(B) 58.81º 0.59% 0.67% -
XYZ 32.53 37.98 11.58 -
YUV 159.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 172 170 71 0 0.01 0.59 0.33 58.81 0.42 0.48
Hex AC AA 47 0 1 3B 21 3B 2A 30
Octal 254 252 107 0 1 73 41 73 52 60
Binary 10101100 10101010 1000111 0 1 111011 100001 111011 101010 110000

Color Harmonies of #ACAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA47

Black with #ACAA47

Text Example


Text Example

White with #ACAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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