Html Css Color HEX #AAA147 Brass

📋 copy color: '#AAA147'

red 170 ◦ green 161 ◦ blue 71

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

Shades of Brass #AAA147

Tints of Brass #AAA147

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.05%

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

R = 42.29%
G = 40.05%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA147 (or 0xAAA147) is known color: Brass. HEX triplet: AA, A1 and 47. RGB value is (170,161,71). Sum of RGB (Red+Green+Blue) = 170+161+71=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA147 is #555EB8. Grayscale: #999999. Windows color (decimal): -5594809 or 4694442. OLE color: 4694442.

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

Color convert

RGB 170 161 71 -
CMYK 0 0.05 0.58 0.33
HSL 54.55º 0.41% 0.47% -
HSV(B) 54.55º 0.58% 0.67% -
XYZ 30.46 34.49 11.01 -
YUV 153.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 170 161 71 0 0.05 0.58 0.33 54.55 0.41 0.47
Hex AA A1 47 0 5 3A 21 37 29 2F
Octal 252 241 107 0 5 72 41 67 51 57
Binary 10101010 10100001 1000111 0 101 111010 100001 110111 101001 101111

Color Harmonies of #AAA147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA147

Black with #AAA147

Text Example


Text Example

White with #AAA147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA147; }

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

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

background-color css

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

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

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

border-color css

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

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

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