Html Css Color HEX #ADA337 Brass

📋 copy color: '#ADA337'

red 173 ◦ green 163 ◦ blue 55

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

Shades of Brass #ADA337

Tints of Brass #ADA337

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.69%

 BLUE value IS 55 (21.88% from 255) = 14.07%

R = 44.25%
G = 41.69%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADA337 (or 0xADA337) is known color: Brass. HEX triplet: AD, A3 and 37. RGB value is (173,163,55). Sum of RGB (Red+Green+Blue) = 173+163+55=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA337 is #525CC8. Grayscale: #9A9A9A. Windows color (decimal): -5397705 or 3646381. OLE color: 3646381.

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

Color convert

RGB 173 163 55 -
CMYK 0 0.06 0.68 0.32
HSL 54.92º 0.52% 0.45% -
HSV(B) 54.92º 0.68% 0.68% -
XYZ 31.02 35.35 8.8 -
YUV 153.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 173 163 55 0 0.06 0.68 0.32 54.92 0.52 0.45
Hex AD A3 37 0 6 44 20 37 34 2D
Octal 255 243 67 0 6 104 40 67 64 55
Binary 10101101 10100011 110111 0 110 1000100 100000 110111 110100 101101

Color Harmonies of #ADA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA337

Black with #ADA337

Text Example


Text Example

White with #ADA337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA337; }

 p { color: rgb(173,163,55); }

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

background-color css

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

 a { background-color: rgb(173,163,55); }

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

border-color css

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

 span { border-color: rgb(173,163,55); }

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