Html Css Color HEX #A6A346 Brass

📋 copy color: '#A6A346'

red 166 ◦ green 163 ◦ blue 70

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

Shades of Brass #A6A346

Tints of Brass #A6A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 41.6%
G = 40.85%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A6A346 (or 0xA6A346) is known color: Brass. HEX triplet: A6, A3 and 46. RGB value is (166,163,70). Sum of RGB (Red+Green+Blue) = 166+163+70=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A346 is #595CB9. Grayscale: #999999. Windows color (decimal): -5856442 or 4629414. OLE color: 4629414.

HSL color Cylindrical-coordinate representation of color #A6A346: hue angle of 58.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6A346 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 70 -
CMYK 0 0.02 0.58 0.35
HSL 58.13º 0.41% 0.46% -
HSV(B) 58.13º 0.58% 0.65% -
XYZ 29.93 34.74 10.92 -
YUV 153.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 166 163 70 0 0.02 0.58 0.35 58.13 0.41 0.46
Hex A6 A3 46 0 2 3A 23 3A 29 2E
Octal 246 243 106 0 2 72 43 72 51 56
Binary 10100110 10100011 1000110 0 10 111010 100011 111010 101001 101110

Color Harmonies of #A6A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A346

Black with #A6A346

Text Example


Text Example

White with #A6A346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A346; }

 p { color: rgb(166,163,70); }

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

background-color css

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

 a { background-color: rgb(166,163,70); }

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

border-color css

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

 span { border-color: rgb(166,163,70); }

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