Html Css Color HEX #A6A547 Brass

📋 copy color: '#A6A547'

red 166 ◦ green 165 ◦ blue 71

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

Shades of Brass #A6A547

Tints of Brass #A6A547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 41.29%
G = 41.04%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A6A547 (or 0xA6A547) is known color: Brass. HEX triplet: A6, A5 and 47. RGB value is (166,165,71). Sum of RGB (Red+Green+Blue) = 166+165+71=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A547 is #595AB8. Grayscale: #9A9A9A. Windows color (decimal): -5855929 or 4695462. OLE color: 4695462.

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

Color convert

RGB 166 165 71 -
CMYK 0 0.01 0.57 0.35
HSL 59.37º 0.4% 0.46% -
HSV(B) 59.37º 0.57% 0.65% -
XYZ 30.32 35.47 11.21 -
YUV 154.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 166 165 71 0 0.01 0.57 0.35 59.37 0.4 0.46
Hex A6 A5 47 0 1 39 23 3B 28 2E
Octal 246 245 107 0 1 71 43 73 50 56
Binary 10100110 10100101 1000111 0 1 111001 100011 111011 101000 101110

Color Harmonies of #A6A547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A547

Black with #A6A547

Text Example


Text Example

White with #A6A547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A547; }

 p { color: rgb(166,165,71); }

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

background-color css

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

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

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

border-color css

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

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

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