Html Css Color HEX #AAAD3D Brass

📋 copy color: '#AAAD3D'

red 170 ◦ green 173 ◦ blue 61

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

Shades of Brass #AAAD3D

Tints of Brass #AAAD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 42.08%
G = 42.82%
B = 15.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AAAD3D (or 0xAAAD3D) is known color: Brass. HEX triplet: AA, AD and 3D. RGB value is (170,173,61). Sum of RGB (Red+Green+Blue) = 170+173+61=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD3D is #5552C2. Grayscale: #9F9F9F. Windows color (decimal): -5591747 or 4042154. OLE color: 4042154.

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

Color convert

RGB 170 173 61 -
CMYK 0.02 0 0.65 0.32
HSL 61.61º 0.48% 0.46% -
HSV(B) 61.61º 0.65% 0.68% -
XYZ 32.36 38.77 10.19 -
YUV 159.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 170 173 61 0.02 0 0.65 0.32 61.61 0.48 0.46
Hex AA AD 3D 2 0 41 20 3E 30 2E
Octal 252 255 75 2 0 101 40 76 60 56
Binary 10101010 10101101 111101 10 0 1000001 100000 111110 110000 101110

Color Harmonies of #AAAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD3D

Black with #AAAD3D

Text Example


Text Example

White with #AAAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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