Html Css Color HEX #ADA13F Brass

📋 copy color: '#ADA13F'

red 173 ◦ green 161 ◦ blue 63

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

Shades of Brass #ADA13F

Tints of Brass #ADA13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 43.58%
G = 40.55%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA13F (or 0xADA13F) is known color: Brass. HEX triplet: AD, A1 and 3F. RGB value is (173,161,63). Sum of RGB (Red+Green+Blue) = 173+161+63=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA13F is #525EC0. Grayscale: #999999. Windows color (decimal): -5398209 or 4170157. OLE color: 4170157.

HSL color Cylindrical-coordinate representation of color #ADA13F: hue angle of 53.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADA13F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 63 -
CMYK 0 0.07 0.64 0.32
HSL 53.45º 0.47% 0.46% -
HSV(B) 53.45º 0.64% 0.68% -
XYZ 30.88 34.73 9.78 -
YUV 153.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 173 161 63 0 0.07 0.64 0.32 53.45 0.47 0.46
Hex AD A1 3F 0 7 40 20 35 2F 2E
Octal 255 241 77 0 7 100 40 65 57 56
Binary 10101101 10100001 111111 0 111 1000000 100000 110101 101111 101110

Color Harmonies of #ADA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA13F

Black with #ADA13F

Text Example


Text Example

White with #ADA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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