Html Css Color HEX #AAA547 Brass

📋 copy color: '#AAA547'

red 170 ◦ green 165 ◦ blue 71

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

Shades of Brass #AAA547

Tints of Brass #AAA547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 41.87%
G = 40.64%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA547 (or 0xAAA547) is known color: Brass. HEX triplet: AA, A5 and 47. RGB value is (170,165,71). Sum of RGB (Red+Green+Blue) = 170+165+71=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA547 is #555AB8. Grayscale: #9C9C9C. Windows color (decimal): -5593785 or 4695466. OLE color: 4695466.

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

Color convert

RGB 170 165 71 -
CMYK 0 0.03 0.58 0.33
HSL 56.97º 0.41% 0.47% -
HSV(B) 56.97º 0.58% 0.67% -
XYZ 31.17 35.91 11.25 -
YUV 155.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 170 165 71 0 0.03 0.58 0.33 56.97 0.41 0.47
Hex AA A5 47 0 3 3A 21 39 29 2F
Octal 252 245 107 0 3 72 41 71 51 57
Binary 10101010 10100101 1000111 0 11 111010 100001 111001 101001 101111

Color Harmonies of #AAA547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA547

Black with #AAA547

Text Example


Text Example

White with #AAA547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA547; }

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

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

background-color css

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

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

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

border-color css

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

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

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