Html Css Color HEX #AAA939 Brass

📋 copy color: '#AAA939'

red 170 ◦ green 169 ◦ blue 57

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

Shades of Brass #AAA939

Tints of Brass #AAA939

RGB

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

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

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

R = 42.93%
G = 42.68%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA939 (or 0xAAA939) is known color: Brass. HEX triplet: AA, A9 and 39. RGB value is (170,169,57). Sum of RGB (Red+Green+Blue) = 170+169+57=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA939 is #5556C6. Grayscale: #9C9C9C. Windows color (decimal): -5592775 or 3778986. OLE color: 3778986.

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

Color convert

RGB 170 169 57 -
CMYK 0 0.01 0.66 0.33
HSL 59.47º 0.5% 0.45% -
HSV(B) 59.47º 0.66% 0.67% -
XYZ 31.5 37.22 9.39 -
YUV 156.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 170 169 57 0 0.01 0.66 0.33 59.47 0.5 0.45
Hex AA A9 39 0 1 42 21 3B 32 2D
Octal 252 251 71 0 1 102 41 73 62 55
Binary 10101010 10101001 111001 0 1 1000010 100001 111011 110010 101101

Color Harmonies of #AAA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA939

Black with #AAA939

Text Example


Text Example

White with #AAA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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