Html Css Color HEX #AAA450 Brass

📋 copy color: '#AAA450'

red 170 ◦ green 164 ◦ blue 80

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

Shades of Brass #AAA450

Tints of Brass #AAA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 80 (31.64% from 255) = 19.32%

R = 41.06%
G = 39.61%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AAA450 (or 0xAAA450) is known color: Brass. HEX triplet: AA, A4 and 50. RGB value is (170,164,80). Sum of RGB (Red+Green+Blue) = 170+164+80=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA450 is #555BAF. Grayscale: #9C9C9C. Windows color (decimal): -5594032 or 5285034. OLE color: 5285034.

HSL color Cylindrical-coordinate representation of color #AAA450: hue angle of 56º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA450 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 164 80 -
CMYK 0 0.04 0.53 0.33
HSL 56º 0.36% 0.49% -
HSV(B) 56º 0.53% 0.67% -
XYZ 31.3 35.68 12.83 -
YUV 156.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 170 164 80 0 0.04 0.53 0.33 56 0.36 0.49
Hex AA A4 50 0 4 35 21 38 24 31
Octal 252 244 120 0 4 65 41 70 44 61
Binary 10101010 10100100 1010000 0 100 110101 100001 111000 100100 110001

Color Harmonies of #AAA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA450

Black with #AAA450

Text Example


Text Example

White with #AAA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA450; }

 p { color: rgb(170,164,80); }

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

background-color css

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

 a { background-color: rgb(170,164,80); }

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

border-color css

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

 span { border-color: rgb(170,164,80); }

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