Html Css Color HEX #A6AD41 Brass

📋 copy color: '#A6AD41'

red 166 ◦ green 173 ◦ blue 65

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

Shades of Brass #A6AD41

Tints of Brass #A6AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 41.09%
G = 42.82%
B = 16.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#A6AD41 (or 0xA6AD41) is known color: Brass. HEX triplet: A6, AD and 41. RGB value is (166,173,65). Sum of RGB (Red+Green+Blue) = 166+173+65=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AD41 is #5952BE. Grayscale: #9F9F9F. Windows color (decimal): -5853887 or 4304294. OLE color: 4304294.

HSL color Cylindrical-coordinate representation of color #A6AD41: hue angle of 63.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6AD41 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 65 -
CMYK 0.04 0 0.62 0.32
HSL 63.89º 0.45% 0.47% -
HSV(B) 63.89º 0.62% 0.68% -
XYZ 31.62 38.38 10.74 -
YUV 158.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 166 173 65 0.04 0 0.62 0.32 63.89 0.45 0.47
Hex A6 AD 41 4 0 3E 20 40 2D 2F
Octal 246 255 101 4 0 76 40 100 55 57
Binary 10100110 10101101 1000001 100 0 111110 100000 1000000 101101 101111

Color Harmonies of #A6AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD41

Black with #A6AD41

Text Example


Text Example

White with #A6AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD41; }

 p { color: rgb(166,173,65); }

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

background-color css

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

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

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

border-color css

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

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

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