Html Css Color HEX #ADA539 Brass

📋 copy color: '#ADA539'

red 173 ◦ green 165 ◦ blue 57

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

Shades of Brass #ADA539

Tints of Brass #ADA539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.43%

R = 43.8%
G = 41.77%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#ADA539 (or 0xADA539) is known color: Brass. HEX triplet: AD, A5 and 39. RGB value is (173,165,57). Sum of RGB (Red+Green+Blue) = 173+165+57=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA539 is #525AC6. Grayscale: #9B9B9B. Windows color (decimal): -5397191 or 3777965. OLE color: 3777965.

HSL color Cylindrical-coordinate representation of color #ADA539: hue angle of 55.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADA539 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 57 -
CMYK 0 0.05 0.67 0.32
HSL 55.86º 0.5% 0.45% -
HSV(B) 55.86º 0.67% 0.68% -
XYZ 31.43 36.09 9.18 -
YUV 155.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 173 165 57 0 0.05 0.67 0.32 55.86 0.5 0.45
Hex AD A5 39 0 5 43 20 38 32 2D
Octal 255 245 71 0 5 103 40 70 62 55
Binary 10101101 10100101 111001 0 101 1000011 100000 111000 110010 101101

Color Harmonies of #ADA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA539

Black with #ADA539

Text Example


Text Example

White with #ADA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA539; }

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

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

background-color css

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

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

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

border-color css

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

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

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