Html Css Color HEX #ADA137 Brass

📋 copy color: '#ADA137'

red 173 ◦ green 161 ◦ blue 55

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

Shades of Brass #ADA137

Tints of Brass #ADA137

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.39%

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

R = 44.47%
G = 41.39%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#ADA137 (or 0xADA137) is known color: Brass. HEX triplet: AD, A1 and 37. RGB value is (173,161,55). Sum of RGB (Red+Green+Blue) = 173+161+55=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA137 is #525EC8. Grayscale: #989898. Windows color (decimal): -5398217 or 3645869. OLE color: 3645869.

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

Color convert

RGB 173 161 55 -
CMYK 0 0.07 0.68 0.32
HSL 53.9º 0.52% 0.45% -
HSV(B) 53.9º 0.68% 0.68% -
XYZ 30.67 34.65 8.69 -
YUV 152.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 173 161 55 0 0.07 0.68 0.32 53.9 0.52 0.45
Hex AD A1 37 0 7 44 20 36 34 2D
Octal 255 241 67 0 7 104 40 66 64 55
Binary 10101101 10100001 110111 0 111 1000100 100000 110110 110100 101101

Color Harmonies of #ADA137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA137

Black with #ADA137

Text Example


Text Example

White with #ADA137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA137; }

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

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

background-color css

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

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

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

border-color css

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

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

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