Html Css Color HEX #AAA749 Brass

📋 copy color: '#AAA749'

red 170 ◦ green 167 ◦ blue 73

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

Shades of Brass #AAA749

Tints of Brass #AAA749

RGB

 RED value IS 170 (66.8% from 255) = 41.46%

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 41.46%
G = 40.73%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AAA749 (or 0xAAA749) is known color: Brass. HEX triplet: AA, A7 and 49. RGB value is (170,167,73). Sum of RGB (Red+Green+Blue) = 170+167+73=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA749 is #5558B6. Grayscale: #9D9D9D. Windows color (decimal): -5593271 or 4827050. OLE color: 4827050.

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

Color convert

RGB 170 167 73 -
CMYK 0 0.02 0.57 0.33
HSL 58.14º 0.4% 0.48% -
HSV(B) 58.14º 0.57% 0.67% -
XYZ 31.6 36.66 11.71 -
YUV 157.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 170 167 73 0 0.02 0.57 0.33 58.14 0.4 0.48
Hex AA A7 49 0 2 39 21 3A 28 30
Octal 252 247 111 0 2 71 41 72 50 60
Binary 10101010 10100111 1001001 0 10 111001 100001 111010 101000 110000

Color Harmonies of #AAA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA749

Black with #AAA749

Text Example


Text Example

White with #AAA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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