Html Css Color HEX #AAA941 Brass

📋 copy color: '#AAA941'

red 170 ◦ green 169 ◦ blue 65

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

Shades of Brass #AAA941

Tints of Brass #AAA941

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 42.08%
G = 41.83%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA941 (or 0xAAA941) is known color: Brass. HEX triplet: AA, A9 and 41. RGB value is (170,169,65). Sum of RGB (Red+Green+Blue) = 170+169+65=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA941 is #5556BE. Grayscale: #9D9D9D. Windows color (decimal): -5592767 or 4303274. OLE color: 4303274.

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

Color convert

RGB 170 169 65 -
CMYK 0 0.01 0.62 0.33
HSL 59.43º 0.45% 0.46% -
HSV(B) 59.43º 0.62% 0.67% -
XYZ 31.72 37.3 10.53 -
YUV 157.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 170 169 65 0 0.01 0.62 0.33 59.43 0.45 0.46
Hex AA A9 41 0 1 3E 21 3B 2D 2E
Octal 252 251 101 0 1 76 41 73 55 56
Binary 10101010 10101001 1000001 0 1 111110 100001 111011 101101 101110

Color Harmonies of #AAA941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA941

Black with #AAA941

Text Example


Text Example

White with #AAA941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA941; }

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

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

background-color css

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

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

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

border-color css

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

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

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