Html Css Color HEX #A09E49 Brass

📋 copy color: '#A09E49'

red 160 ◦ green 158 ◦ blue 73

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

Shades of Brass #A09E49

Tints of Brass #A09E49

RGB

 RED value IS 160 (62.89% from 255) = 40.92%

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

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 40.92%
G = 40.41%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A09E49 (or 0xA09E49) is known color: Brass. HEX triplet: A0, 9E and 49. RGB value is (160,158,73). Sum of RGB (Red+Green+Blue) = 160+158+73=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E49 is #5F61B6. Grayscale: #959595. Windows color (decimal): -6250935 or 4824736. OLE color: 4824736.

HSL color Cylindrical-coordinate representation of color #A09E49: hue angle of 58.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A09E49 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 73 -
CMYK 0 0.01 0.54 0.37
HSL 58.62º 0.37% 0.46% -
HSV(B) 58.62º 0.54% 0.63% -
XYZ 27.93 32.41 11.09 -
YUV 148.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 160 158 73 0 0.01 0.54 0.37 58.62 0.37 0.46
Hex A0 9E 49 0 1 36 25 3B 25 2E
Octal 240 236 111 0 1 66 45 73 45 56
Binary 10100000 10011110 1001001 0 1 110110 100101 111011 100101 101110

Color Harmonies of #A09E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E49

Black with #A09E49

Text Example


Text Example

White with #A09E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E49; }

 p { color: rgb(160,158,73); }

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

background-color css

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

 a { background-color: rgb(160,158,73); }

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

border-color css

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

 span { border-color: rgb(160,158,73); }

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