Html Css Color HEX #ADA53F Brass

📋 copy color: '#ADA53F'

red 173 ◦ green 165 ◦ blue 63

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

Shades of Brass #ADA53F

Tints of Brass #ADA53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 43.14%
G = 41.15%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#ADA53F (or 0xADA53F) is known color: Brass. HEX triplet: AD, A5 and 3F. RGB value is (173,165,63). Sum of RGB (Red+Green+Blue) = 173+165+63=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA53F is #525AC0. Grayscale: #9C9C9C. Windows color (decimal): -5397185 or 4171181. OLE color: 4171181.

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

Color convert

RGB 173 165 63 -
CMYK 0 0.05 0.64 0.32
HSL 55.64º 0.47% 0.46% -
HSV(B) 55.64º 0.64% 0.68% -
XYZ 31.59 36.15 10.02 -
YUV 155.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 173 165 63 0 0.05 0.64 0.32 55.64 0.47 0.46
Hex AD A5 3F 0 5 40 20 38 2F 2E
Octal 255 245 77 0 5 100 40 70 57 56
Binary 10101101 10100101 111111 0 101 1000000 100000 111000 101111 101110

Color Harmonies of #ADA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA53F

Black with #ADA53F

Text Example


Text Example

White with #ADA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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