Html Css Color HEX #ADA536 Brass

📋 copy color: '#ADA536'

red 173 ◦ green 165 ◦ blue 54

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

Shades of Brass #ADA536

Tints of Brass #ADA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 44.13%
G = 42.09%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADA536 (or 0xADA536) is known color: Brass. HEX triplet: AD, A5 and 36. RGB value is (173,165,54). Sum of RGB (Red+Green+Blue) = 173+165+54=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA536 is #525AC9. Grayscale: #9B9B9B. Windows color (decimal): -5397194 or 3581357. OLE color: 3581357.

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

Color convert

RGB 173 165 54 -
CMYK 0 0.05 0.69 0.32
HSL 55.97º 0.52% 0.45% -
HSV(B) 55.97º 0.69% 0.68% -
XYZ 31.35 36.06 8.8 -
YUV 154.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 173 165 54 0 0.05 0.69 0.32 55.97 0.52 0.45
Hex AD A5 36 0 5 45 20 38 34 2D
Octal 255 245 66 0 5 105 40 70 64 55
Binary 10101101 10100101 110110 0 101 1000101 100000 111000 110100 101101

Color Harmonies of #ADA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA536

Black with #ADA536

Text Example


Text Example

White with #ADA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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