Html Css Color HEX #A8AA49 Brass

📋 copy color: '#A8AA49'

red 168 ◦ green 170 ◦ blue 73

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

Shades of Brass #A8AA49

Tints of Brass #A8AA49

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 40.88%
G = 41.36%
B = 17.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#A8AA49 (or 0xA8AA49) is known color: Brass. HEX triplet: A8, AA and 49. RGB value is (168,170,73). Sum of RGB (Red+Green+Blue) = 168+170+73=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA49 is #5755B6. Grayscale: #9E9E9E. Windows color (decimal): -5723575 or 4827816. OLE color: 4827816.

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

Color convert

RGB 168 170 73 -
CMYK 0.01 0 0.57 0.33
HSL 61.24º 0.4% 0.48% -
HSV(B) 61.24º 0.57% 0.67% -
XYZ 31.73 37.56 11.88 -
YUV 158.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 168 170 73 0.01 0 0.57 0.33 61.24 0.4 0.48
Hex A8 AA 49 1 0 39 21 3D 28 30
Octal 250 252 111 1 0 71 41 75 50 60
Binary 10101000 10101010 1001001 1 0 111001 100001 111101 101000 110000

Color Harmonies of #A8AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA49

Black with #A8AA49

Text Example


Text Example

White with #A8AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA49; }

 p { color: rgb(168,170,73); }

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

background-color css

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

 a { background-color: rgb(168,170,73); }

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

border-color css

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

 span { border-color: rgb(168,170,73); }

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