Html Css Color HEX #AAAD33 Brass

📋 copy color: '#AAAD33'

red 170 ◦ green 173 ◦ blue 51

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

Shades of Brass #AAAD33

Tints of Brass #AAAD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.94%

R = 43.15%
G = 43.91%
B = 12.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AAAD33 (or 0xAAAD33) is known color: Brass. HEX triplet: AA, AD and 33. RGB value is (170,173,51). Sum of RGB (Red+Green+Blue) = 170+173+51=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD33 is #5552CC. Grayscale: #9E9E9E. Windows color (decimal): -5591757 or 3386794. OLE color: 3386794.

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

Color convert

RGB 170 173 51 -
CMYK 0.02 0 0.71 0.32
HSL 61.48º 0.54% 0.44% -
HSV(B) 61.48º 0.71% 0.68% -
XYZ 32.12 38.67 8.9 -
YUV 158.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 170 173 51 0.02 0 0.71 0.32 61.48 0.54 0.44
Hex AA AD 33 2 0 47 20 3D 36 2C
Octal 252 255 63 2 0 107 40 75 66 54
Binary 10101010 10101101 110011 10 0 1000111 100000 111101 110110 101100

Color Harmonies of #AAAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAD33

Black with #AAAD33

Text Example


Text Example

White with #AAAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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