Html Css Color HEX #ADAA38 Brass

📋 copy color: '#ADAA38'

red 173 ◦ green 170 ◦ blue 56

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

Shades of Brass #ADAA38

Tints of Brass #ADAA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 43.36%
G = 42.61%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADAA38 (or 0xADAA38) is known color: Brass. HEX triplet: AD, AA and 38. RGB value is (173,170,56). Sum of RGB (Red+Green+Blue) = 173+170+56=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA38 is #5255C7. Grayscale: #9E9E9E. Windows color (decimal): -5395912 or 3713709. OLE color: 3713709.

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

Color convert

RGB 173 170 56 -
CMYK 0 0.02 0.68 0.32
HSL 58.46º 0.51% 0.45% -
HSV(B) 58.46º 0.68% 0.68% -
XYZ 32.32 37.92 9.36 -
YUV 157.9 70.49 138.77 -
System Red Green Blue C M Y K H S L
Decimal 173 170 56 0 0.02 0.68 0.32 58.46 0.51 0.45
Hex AD AA 38 0 2 44 20 3A 33 2D
Octal 255 252 70 0 2 104 40 72 63 55
Binary 10101101 10101010 111000 0 10 1000100 100000 111010 110011 101101

Color Harmonies of #ADAA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA38

Black with #ADAA38

Text Example


Text Example

White with #ADAA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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