Html Css Color HEX #ADAA33 Brass

📋 copy color: '#ADAA33'

red 173 ◦ green 170 ◦ blue 51

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

Shades of Brass #ADAA33

Tints of Brass #ADAA33

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ADAA33: hue angle of 58.52º 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 #ADAA33 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 51 -
CMYK 0 0.02 0.71 0.32
HSL 58.52º 0.54% 0.44% -
HSV(B) 58.52º 0.71% 0.68% -
XYZ 32.21 37.87 8.74 -
YUV 157.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 173 170 51 0 0.02 0.71 0.32 58.52 0.54 0.44
Hex AD AA 33 0 2 47 20 3B 36 2C
Octal 255 252 63 0 2 107 40 73 66 54
Binary 10101101 10101010 110011 0 10 1000111 100000 111011 110110 101100

Color Harmonies of #ADAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA33

Black with #ADAA33

Text Example


Text Example

White with #ADAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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