Html Css Color HEX #A6A644 Brass

📋 copy color: '#A6A644'

red 166 ◦ green 166 ◦ blue 68

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

Shades of Brass #A6A644

Tints of Brass #A6A644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 41.5%
G = 41.5%
B = 17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A6A644 (or 0xA6A644) is known color: Brass. HEX triplet: A6, A6 and 44. RGB value is (166,166,68). Sum of RGB (Red+Green+Blue) = 166+166+68=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A644 is #5959BB. Grayscale: #9B9B9B. Windows color (decimal): -5855676 or 4499110. OLE color: 4499110.

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

Color convert

RGB 166 166 68 -
CMYK 0 0 0.59 0.35
HSL 60º 0.42% 0.46% -
HSV(B) 60º 0.59% 0.65% -
XYZ 30.41 35.8 10.78 -
YUV 154.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 166 166 68 0 0 0.59 0.35 60 0.42 0.46
Hex A6 A6 44 0 0 3B 23 3C 2A 2E
Octal 246 246 104 0 0 73 43 74 52 56
Binary 10100110 10100110 1000100 0 0 111011 100011 111100 101010 101110

Color Harmonies of #A6A644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A644

Black with #A6A644

Text Example


Text Example

White with #A6A644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A644; }

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

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

background-color css

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

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

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

border-color css

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

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

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