Html Css Color HEX #AA9E41 Brass

📋 copy color: '#AA9E41'

red 170 ◦ green 158 ◦ blue 65

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

Shades of Brass #AA9E41

Tints of Brass #AA9E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

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

R = 43.26%
G = 40.2%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA9E41 (or 0xAA9E41) is known color: Brass. HEX triplet: AA, 9E and 41. RGB value is (170,158,65). Sum of RGB (Red+Green+Blue) = 170+158+65=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E41 is #5561BE. Grayscale: #979797. Windows color (decimal): -5595583 or 4300458. OLE color: 4300458.

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

Color convert

RGB 170 158 65 -
CMYK 0 0.07 0.62 0.33
HSL 53.14º 0.45% 0.46% -
HSV(B) 53.14º 0.62% 0.67% -
XYZ 29.76 33.38 9.88 -
YUV 150.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 170 158 65 0 0.07 0.62 0.33 53.14 0.45 0.46
Hex AA 9E 41 0 7 3E 21 35 2D 2E
Octal 252 236 101 0 7 76 41 65 55 56
Binary 10101010 10011110 1000001 0 111 111110 100001 110101 101101 101110

Color Harmonies of #AA9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E41

Black with #AA9E41

Text Example


Text Example

White with #AA9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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