Html Css Color HEX #A6A037 Brass

📋 copy color: '#A6A037'

red 166 ◦ green 160 ◦ blue 55

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

Shades of Brass #A6A037

Tints of Brass #A6A037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.44%

R = 43.57%
G = 41.99%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A6A037 (or 0xA6A037) is known color: Brass. HEX triplet: A6, A0 and 37. RGB value is (166,160,55). Sum of RGB (Red+Green+Blue) = 166+160+55=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A037 is #595FC8. Grayscale: #969696. Windows color (decimal): -5857225 or 3645606. OLE color: 3645606.

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

Color convert

RGB 166 160 55 -
CMYK 0 0.04 0.67 0.35
HSL 56.76º 0.5% 0.43% -
HSV(B) 56.76º 0.67% 0.65% -
XYZ 28.99 33.52 8.56 -
YUV 149.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 166 160 55 0 0.04 0.67 0.35 56.76 0.5 0.43
Hex A6 A0 37 0 4 43 23 39 32 2B
Octal 246 240 67 0 4 103 43 71 62 53
Binary 10100110 10100000 110111 0 100 1000011 100011 111001 110010 101011

Color Harmonies of #A6A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A037

Black with #A6A037

Text Example


Text Example

White with #A6A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A037; }

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

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

background-color css

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

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

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

border-color css

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

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

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