Html Css Color HEX #A6A646 Brass

📋 copy color: '#A6A646'

red 166 ◦ green 166 ◦ blue 70

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

Shades of Brass #A6A646

Tints of Brass #A6A646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 41.29%
G = 41.29%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A6A646 (or 0xA6A646) is known color: Brass. HEX triplet: A6, A6 and 46. RGB value is (166,166,70). Sum of RGB (Red+Green+Blue) = 166+166+70=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A646 is #5959B9. Grayscale: #9B9B9B. Windows color (decimal): -5855674 or 4630182. OLE color: 4630182.

HSL color Cylindrical-coordinate representation of color #A6A646: hue angle of 60º 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 #A6A646 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 70 -
CMYK 0 0 0.58 0.35
HSL 60º 0.41% 0.46% -
HSV(B) 60º 0.58% 0.65% -
XYZ 30.47 35.82 11.1 -
YUV 155.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 166 166 70 0 0 0.58 0.35 60 0.41 0.46
Hex A6 A6 46 0 0 3A 23 3C 29 2E
Octal 246 246 106 0 0 72 43 74 51 56
Binary 10100110 10100110 1000110 0 0 111010 100011 111100 101001 101110

Color Harmonies of #A6A646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A646

Black with #A6A646

Text Example


Text Example

White with #A6A646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A646; }

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

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

background-color css

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

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

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

border-color css

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

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

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