Html Css Color HEX #AAA441 Brass

📋 copy color: '#AAA441'

red 170 ◦ green 164 ◦ blue 65

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

Shades of Brass #AAA441

Tints of Brass #AAA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

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

R = 42.61%
G = 41.1%
B = 16.29%

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

#AAA441 (or 0xAAA441) is known color: Brass. HEX triplet: AA, A4 and 41. RGB value is (170,164,65). Sum of RGB (Red+Green+Blue) = 170+164+65=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA441 is #555BBE. Grayscale: #9A9A9A. Windows color (decimal): -5594047 or 4301994. OLE color: 4301994.

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

Color convert

RGB 170 164 65 -
CMYK 0 0.04 0.62 0.33
HSL 56.57º 0.45% 0.46% -
HSV(B) 56.57º 0.62% 0.67% -
XYZ 30.81 35.48 10.23 -
YUV 154.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 170 164 65 0 0.04 0.62 0.33 56.57 0.45 0.46
Hex AA A4 41 0 4 3E 21 39 2D 2E
Octal 252 244 101 0 4 76 41 71 55 56
Binary 10101010 10100100 1000001 0 100 111110 100001 111001 101101 101110

Color Harmonies of #AAA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA441

Black with #AAA441

Text Example


Text Example

White with #AAA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA441; }

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

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

background-color css

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

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

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

border-color css

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

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

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