Html Css Color HEX #AAA047 Brass

📋 copy color: '#AAA047'

red 170 ◦ green 160 ◦ blue 71

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

Shades of Brass #AAA047

Tints of Brass #AAA047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.9%

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

R = 42.39%
G = 39.9%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA047 (or 0xAAA047) is known color: Brass. HEX triplet: AA, A0 and 47. RGB value is (170,160,71). Sum of RGB (Red+Green+Blue) = 170+160+71=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA047 is #555FB8. Grayscale: #999999. Windows color (decimal): -5595065 or 4694186. OLE color: 4694186.

HSL color Cylindrical-coordinate representation of color #AAA047: hue angle of 53.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAA047 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 71 -
CMYK 0 0.06 0.58 0.33
HSL 53.94º 0.41% 0.47% -
HSV(B) 53.94º 0.58% 0.67% -
XYZ 30.29 34.14 10.96 -
YUV 152.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 170 160 71 0 0.06 0.58 0.33 53.94 0.41 0.47
Hex AA A0 47 0 6 3A 21 36 29 2F
Octal 252 240 107 0 6 72 41 66 51 57
Binary 10101010 10100000 1000111 0 110 111010 100001 110110 101001 101111

Color Harmonies of #AAA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA047

Black with #AAA047

Text Example


Text Example

White with #AAA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA047; }

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

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

background-color css

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

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

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

border-color css

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

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

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