Html Css Color HEX #AAA341 Brass

📋 copy color: '#AAA341'

red 170 ◦ green 163 ◦ blue 65

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

Shades of Brass #AAA341

Tints of Brass #AAA341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 42.71%
G = 40.95%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA341 (or 0xAAA341) is known color: Brass. HEX triplet: AA, A3 and 41. RGB value is (170,163,65). Sum of RGB (Red+Green+Blue) = 170+163+65=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA341 is #555CBE. Grayscale: #9A9A9A. Windows color (decimal): -5594303 or 4301738. OLE color: 4301738.

HSL color Cylindrical-coordinate representation of color #AAA341: hue angle of 56º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAA341 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 65 -
CMYK 0 0.04 0.62 0.33
HSL 56º 0.45% 0.46% -
HSV(B) 56º 0.62% 0.67% -
XYZ 30.63 35.12 10.17 -
YUV 153.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 170 163 65 0 0.04 0.62 0.33 56 0.45 0.46
Hex AA A3 41 0 4 3E 21 38 2D 2E
Octal 252 243 101 0 4 76 41 70 55 56
Binary 10101010 10100011 1000001 0 100 111110 100001 111000 101101 101110

Color Harmonies of #AAA341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA341

Black with #AAA341

Text Example


Text Example

White with #AAA341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA341; }

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

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

background-color css

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

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

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

border-color css

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

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

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