Html Css Color HEX #AA9E39 Brass

📋 copy color: '#AA9E39'

red 170 ◦ green 158 ◦ blue 57

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

Shades of Brass #AA9E39

Tints of Brass #AA9E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 44.16%
G = 41.04%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA9E39 (or 0xAA9E39) is known color: Brass. HEX triplet: AA, 9E and 39. RGB value is (170,158,57). Sum of RGB (Red+Green+Blue) = 170+158+57=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E39 is #5561C6. Grayscale: #969696. Windows color (decimal): -5595591 or 3776170. OLE color: 3776170.

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

Color convert

RGB 170 158 57 -
CMYK 0 0.07 0.66 0.33
HSL 53.63º 0.5% 0.45% -
HSV(B) 53.63º 0.66% 0.67% -
XYZ 29.54 33.3 8.74 -
YUV 150.07 75.48 142.21 -
System Red Green Blue C M Y K H S L
Decimal 170 158 57 0 0.07 0.66 0.33 53.63 0.5 0.45
Hex AA 9E 39 0 7 42 21 36 32 2D
Octal 252 236 71 0 7 102 41 66 62 55
Binary 10101010 10011110 111001 0 111 1000010 100001 110110 110010 101101

Color Harmonies of #AA9E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E39

Black with #AA9E39

Text Example


Text Example

White with #AA9E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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