Html Css Color HEX #AAA039 Brass

📋 copy color: '#AAA039'

red 170 ◦ green 160 ◦ blue 57

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

Shades of Brass #AAA039

Tints of Brass #AAA039

RGB

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

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

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

R = 43.93%
G = 41.34%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA039 (or 0xAAA039) is known color: Brass. HEX triplet: AA, A0 and 39. RGB value is (170,160,57). Sum of RGB (Red+Green+Blue) = 170+160+57=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA039 is #555FC6. Grayscale: #979797. Windows color (decimal): -5595079 or 3776682. OLE color: 3776682.

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

Color convert

RGB 170 160 57 -
CMYK 0 0.06 0.66 0.33
HSL 54.69º 0.5% 0.45% -
HSV(B) 54.69º 0.66% 0.67% -
XYZ 29.89 33.98 8.86 -
YUV 151.25 74.81 141.38 -
System Red Green Blue C M Y K H S L
Decimal 170 160 57 0 0.06 0.66 0.33 54.69 0.5 0.45
Hex AA A0 39 0 6 42 21 37 32 2D
Octal 252 240 71 0 6 102 41 67 62 55
Binary 10101010 10100000 111001 0 110 1000010 100001 110111 110010 101101

Color Harmonies of #AAA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA039

Black with #AAA039

Text Example


Text Example

White with #AAA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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