Html Css Color HEX #AAAD37 Brass

📋 copy color: '#AAAD37'

red 170 ◦ green 173 ◦ blue 55

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

Shades of Brass #AAAD37

Tints of Brass #AAAD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 42.71%
G = 43.47%
B = 13.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AAAD37 (or 0xAAAD37) is known color: Brass. HEX triplet: AA, AD and 37. RGB value is (170,173,55). Sum of RGB (Red+Green+Blue) = 170+173+55=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD37 is #5552C8. Grayscale: #9F9F9F. Windows color (decimal): -5591753 or 3648938. OLE color: 3648938.

HSL color Cylindrical-coordinate representation of color #AAAD37: hue angle of 61.53º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAAD37 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 173 55 -
CMYK 0.02 0 0.68 0.32
HSL 61.53º 0.52% 0.45% -
HSV(B) 61.53º 0.68% 0.68% -
XYZ 32.21 38.71 9.39 -
YUV 158.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 170 173 55 0.02 0 0.68 0.32 61.53 0.52 0.45
Hex AA AD 37 2 0 44 20 3E 34 2D
Octal 252 255 67 2 0 104 40 76 64 55
Binary 10101010 10101101 110111 10 0 1000100 100000 111110 110100 101101

Color Harmonies of #AAAD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD37

Black with #AAAD37

Text Example


Text Example

White with #AAAD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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