Html Css Color HEX #AAAD39 Brass

📋 copy color: '#AAAD39'

red 170 ◦ green 173 ◦ blue 57

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

Shades of Brass #AAAD39

Tints of Brass #AAAD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.25%

R = 42.5%
G = 43.25%
B = 14.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AAAD39 (or 0xAAAD39) is known color: Brass. HEX triplet: AA, AD and 39. RGB value is (170,173,57). Sum of RGB (Red+Green+Blue) = 170+173+57=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 57 (22.66% from 255 or 14.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD39 is #5552C6. Grayscale: #9F9F9F. Windows color (decimal): -5591751 or 3780010. OLE color: 3780010.

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

Color convert

RGB 170 173 57 -
CMYK 0.02 0 0.67 0.32
HSL 61.55º 0.5% 0.45% -
HSV(B) 61.55º 0.67% 0.68% -
XYZ 32.26 38.73 9.65 -
YUV 158.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 170 173 57 0.02 0 0.67 0.32 61.55 0.5 0.45
Hex AA AD 39 2 0 43 20 3E 32 2D
Octal 252 255 71 2 0 103 40 76 62 55
Binary 10101010 10101101 111001 10 0 1000011 100000 111110 110010 101101

Color Harmonies of #AAAD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD39

Black with #AAAD39

Text Example


Text Example

White with #AAAD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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