Html Css Color HEX #AAA637 Brass

📋 copy color: '#AAA637'

red 170 ◦ green 166 ◦ blue 55

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

Shades of Brass #AAA637

Tints of Brass #AAA637

RGB

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

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

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

R = 43.48%
G = 42.46%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAA637 (or 0xAAA637) is known color: Brass. HEX triplet: AA, A6 and 37. RGB value is (170,166,55). Sum of RGB (Red+Green+Blue) = 170+166+55=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA637 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA637 is #5559C8. Grayscale: #9A9A9A. Windows color (decimal): -5593545 or 3647146. OLE color: 3647146.

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

Color convert

RGB 170 166 55 -
CMYK 0 0.02 0.68 0.33
HSL 57.91º 0.51% 0.44% -
HSV(B) 57.91º 0.68% 0.67% -
XYZ 30.9 36.09 8.95 -
YUV 154.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 170 166 55 0 0.02 0.68 0.33 57.91 0.51 0.44
Hex AA A6 37 0 2 44 21 3A 33 2C
Octal 252 246 67 0 2 104 41 72 63 54
Binary 10101010 10100110 110111 0 10 1000100 100001 111010 110011 101100

Color Harmonies of #AAA637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA637

Black with #AAA637

Text Example


Text Example

White with #AAA637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA637; }

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

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

background-color css

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

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

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

border-color css

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

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

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