Html Css Color HEX #AAA550 Brass

📋 copy color: '#AAA550'

red 170 ◦ green 165 ◦ blue 80

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

Shades of Brass #AAA550

Tints of Brass #AAA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 40.96%
G = 39.76%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AAA550 (or 0xAAA550) is known color: Brass. HEX triplet: AA, A5 and 50. RGB value is (170,165,80). Sum of RGB (Red+Green+Blue) = 170+165+80=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA550 is #555AAF. Grayscale: #9D9D9D. Windows color (decimal): -5593776 or 5285290. OLE color: 5285290.

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

Color convert

RGB 170 165 80 -
CMYK 0 0.03 0.53 0.33
HSL 56.67º 0.36% 0.49% -
HSV(B) 56.67º 0.53% 0.67% -
XYZ 31.48 36.04 12.89 -
YUV 156.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 170 165 80 0 0.03 0.53 0.33 56.67 0.36 0.49
Hex AA A5 50 0 3 35 21 39 24 31
Octal 252 245 120 0 3 65 41 71 44 61
Binary 10101010 10100101 1010000 0 11 110101 100001 111001 100100 110001

Color Harmonies of #AAA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA550

Black with #AAA550

Text Example


Text Example

White with #AAA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA550; }

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

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

background-color css

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

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

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

border-color css

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

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

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