Html Css Color HEX #AAA347 Brass

📋 copy color: '#AAA347'

red 170 ◦ green 163 ◦ blue 71

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

Shades of Brass #AAA347

Tints of Brass #AAA347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 42.08%
G = 40.35%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AAA347 (or 0xAAA347) is known color: Brass. HEX triplet: AA, A3 and 47. RGB value is (170,163,71). Sum of RGB (Red+Green+Blue) = 170+163+71=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA347 is #555CB8. Grayscale: #9A9A9A. Windows color (decimal): -5594297 or 4694954. OLE color: 4694954.

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

Color convert

RGB 170 163 71 -
CMYK 0 0.04 0.58 0.33
HSL 55.76º 0.41% 0.47% -
HSV(B) 55.76º 0.58% 0.67% -
XYZ 30.81 35.2 11.13 -
YUV 154.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 170 163 71 0 0.04 0.58 0.33 55.76 0.41 0.47
Hex AA A3 47 0 4 3A 21 38 29 2F
Octal 252 243 107 0 4 72 41 70 51 57
Binary 10101010 10100011 1000111 0 100 111010 100001 111000 101001 101111

Color Harmonies of #AAA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA347

Black with #AAA347

Text Example


Text Example

White with #AAA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA347; }

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

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

background-color css

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

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

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

border-color css

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

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

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