Html Css Color HEX #AAAA37 Brass

📋 copy color: '#AAAA37'

red 170 ◦ green 170 ◦ blue 55

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

Shades of Brass #AAAA37

Tints of Brass #AAAA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

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

R = 43.04%
G = 43.04%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AAAA37 (or 0xAAAA37) is known color: Brass. HEX triplet: AA, AA and 37. RGB value is (170,170,55). Sum of RGB (Red+Green+Blue) = 170+170+55=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA37 is #5555C8. Grayscale: #9D9D9D. Windows color (decimal): -5592521 or 3648170. OLE color: 3648170.

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

Color convert

RGB 170 170 55 -
CMYK 0 0 0.68 0.33
HSL 60º 0.51% 0.44% -
HSV(B) 60º 0.68% 0.67% -
XYZ 31.64 37.57 9.2 -
YUV 156.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 170 170 55 0 0 0.68 0.33 60 0.51 0.44
Hex AA AA 37 0 0 44 21 3C 33 2C
Octal 252 252 67 0 0 104 41 74 63 54
Binary 10101010 10101010 110111 0 0 1000100 100001 111100 110011 101100

Color Harmonies of #AAAA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA37

Black with #AAAA37

Text Example


Text Example

White with #AAAA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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