Html Css Color HEX #AAA537 Brass

📋 copy color: '#AAA537'

red 170 ◦ green 165 ◦ blue 55

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

Shades of Brass #AAA537

Tints of Brass #AAA537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.1%

R = 43.59%
G = 42.31%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA537 (or 0xAAA537) is known color: Brass. HEX triplet: AA, A5 and 37. RGB value is (170,165,55). Sum of RGB (Red+Green+Blue) = 170+165+55=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA537 is #555AC8. Grayscale: #9A9A9A. Windows color (decimal): -5593801 or 3646890. OLE color: 3646890.

HSL color Cylindrical-coordinate representation of color #AAA537: hue angle of 57.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAA537 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 55 -
CMYK 0 0.03 0.68 0.33
HSL 57.39º 0.51% 0.44% -
HSV(B) 57.39º 0.68% 0.67% -
XYZ 30.72 35.73 8.89 -
YUV 153.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 170 165 55 0 0.03 0.68 0.33 57.39 0.51 0.44
Hex AA A5 37 0 3 44 21 39 33 2C
Octal 252 245 67 0 3 104 41 71 63 54
Binary 10101010 10100101 110111 0 11 1000100 100001 111001 110011 101100

Color Harmonies of #AAA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA537

Black with #AAA537

Text Example


Text Example

White with #AAA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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