Html Css Color HEX #AAA139 Brass

📋 copy color: '#AAA139'

red 170 ◦ green 161 ◦ blue 57

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

Shades of Brass #AAA139

Tints of Brass #AAA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

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

R = 43.81%
G = 41.49%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AAA139 (or 0xAAA139) is known color: Brass. HEX triplet: AA, A1 and 39. RGB value is (170,161,57). Sum of RGB (Red+Green+Blue) = 170+161+57=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA139 is #555EC6. Grayscale: #989898. Windows color (decimal): -5594823 or 3776938. OLE color: 3776938.

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

Color convert

RGB 170 161 57 -
CMYK 0 0.05 0.66 0.33
HSL 55.22º 0.5% 0.45% -
HSV(B) 55.22º 0.66% 0.67% -
XYZ 30.06 34.33 8.91 -
YUV 151.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 170 161 57 0 0.05 0.66 0.33 55.22 0.5 0.45
Hex AA A1 39 0 5 42 21 37 32 2D
Octal 252 241 71 0 5 102 41 67 62 55
Binary 10101010 10100001 111001 0 101 1000010 100001 110111 110010 101101

Color Harmonies of #AAA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA139

Black with #AAA139

Text Example


Text Example

White with #AAA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA139; }

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

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

background-color css

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

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

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

border-color css

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

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

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