Html Css Color HEX #AAA041 Brass

📋 copy color: '#AAA041'

red 170 ◦ green 160 ◦ blue 65

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

Shades of Brass #AAA041

Tints of Brass #AAA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

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

R = 43.04%
G = 40.51%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AAA041 (or 0xAAA041) is known color: Brass. HEX triplet: AA, A0 and 41. RGB value is (170,160,65). Sum of RGB (Red+Green+Blue) = 170+160+65=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA041 is #555FBE. Grayscale: #989898. Windows color (decimal): -5595071 or 4300970. OLE color: 4300970.

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

Color convert

RGB 170 160 65 -
CMYK 0 0.06 0.62 0.33
HSL 54.29º 0.45% 0.46% -
HSV(B) 54.29º 0.62% 0.67% -
XYZ 30.1 34.07 9.99 -
YUV 152.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 170 160 65 0 0.06 0.62 0.33 54.29 0.45 0.46
Hex AA A0 41 0 6 3E 21 36 2D 2E
Octal 252 240 101 0 6 76 41 66 55 56
Binary 10101010 10100000 1000001 0 110 111110 100001 110110 101101 101110

Color Harmonies of #AAA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA041

Black with #AAA041

Text Example


Text Example

White with #AAA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA041; }

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

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

background-color css

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

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

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

border-color css

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

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

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