Html Css Color HEX #A6A049 Brass

📋 copy color: '#A6A049'

red 166 ◦ green 160 ◦ blue 73

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

Shades of Brass #A6A049

Tints of Brass #A6A049

RGB

 RED value IS 166 (65.23% from 255) = 41.6%

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

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

R = 41.6%
G = 40.1%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A6A049 (or 0xA6A049) is known color: Brass. HEX triplet: A6, A0 and 49. RGB value is (166,160,73). Sum of RGB (Red+Green+Blue) = 166+160+73=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A049 is #595FB6. Grayscale: #989898. Windows color (decimal): -5857207 or 4825254. OLE color: 4825254.

HSL color Cylindrical-coordinate representation of color #A6A049: hue angle of 56.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6A049 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 73 -
CMYK 0 0.04 0.56 0.35
HSL 56.13º 0.39% 0.47% -
HSV(B) 56.13º 0.56% 0.65% -
XYZ 29.5 33.73 11.26 -
YUV 151.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 166 160 73 0 0.04 0.56 0.35 56.13 0.39 0.47
Hex A6 A0 49 0 4 38 23 38 27 2F
Octal 246 240 111 0 4 70 43 70 47 57
Binary 10100110 10100000 1001001 0 100 111000 100011 111000 100111 101111

Color Harmonies of #A6A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A049

Black with #A6A049

Text Example


Text Example

White with #A6A049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A049; }

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

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

background-color css

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

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

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

border-color css

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

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

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