Html Css Color HEX #A6A949 Brass

📋 copy color: '#A6A949'

red 166 ◦ green 169 ◦ blue 73

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

Shades of Brass #A6A949

Tints of Brass #A6A949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

 BLUE value IS 73 (28.91% from 255) = 17.89%

R = 40.69%
G = 41.42%
B = 17.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A6A949 (or 0xA6A949) is known color: Brass. HEX triplet: A6, A9 and 49. RGB value is (166,169,73). Sum of RGB (Red+Green+Blue) = 166+169+73=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A949 is #5956B6. Grayscale: #9D9D9D. Windows color (decimal): -5854903 or 4827558. OLE color: 4827558.

HSL color Cylindrical-coordinate representation of color #A6A949: hue angle of 61.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6A949 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 73 -
CMYK 0.02 0 0.57 0.34
HSL 61.88º 0.4% 0.47% -
HSV(B) 61.88º 0.57% 0.66% -
XYZ 31.12 36.96 11.8 -
YUV 157.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 166 169 73 0.02 0 0.57 0.34 61.88 0.4 0.47
Hex A6 A9 49 2 0 39 22 3E 28 2F
Octal 246 251 111 2 0 71 42 76 50 57
Binary 10100110 10101001 1001001 10 0 111001 100010 111110 101000 101111

Color Harmonies of #A6A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A949

Black with #A6A949

Text Example


Text Example

White with #A6A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A949; }

 p { color: rgb(166,169,73); }

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

background-color css

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

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

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

border-color css

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

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

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