Html Css Color HEX #AAA649 Brass

📋 copy color: '#AAA649'

red 170 ◦ green 166 ◦ blue 73

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

Shades of Brass #AAA649

Tints of Brass #AAA649

RGB

 RED value IS 170 (66.8% from 255) = 41.56%

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

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

R = 41.56%
G = 40.59%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AAA649 (or 0xAAA649) is known color: Brass. HEX triplet: AA, A6 and 49. RGB value is (170,166,73). Sum of RGB (Red+Green+Blue) = 170+166+73=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA649 is #5559B6. Grayscale: #9C9C9C. Windows color (decimal): -5593527 or 4826794. OLE color: 4826794.

HSL color Cylindrical-coordinate representation of color #AAA649: hue angle of 57.53º 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 #AAA649 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 166 73 -
CMYK 0 0.02 0.57 0.33
HSL 57.53º 0.4% 0.48% -
HSV(B) 57.53º 0.57% 0.67% -
XYZ 31.42 36.3 11.65 -
YUV 156.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 170 166 73 0 0.02 0.57 0.33 57.53 0.4 0.48
Hex AA A6 49 0 2 39 21 3A 28 30
Octal 252 246 111 0 2 71 41 72 50 60
Binary 10101010 10100110 1001001 0 10 111001 100001 111010 101000 110000

Color Harmonies of #AAA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA649

Black with #AAA649

Text Example


Text Example

White with #AAA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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