Html Css Color HEX #ADA336 Brass

📋 copy color: '#ADA336'

red 173 ◦ green 163 ◦ blue 54

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

Shades of Brass #ADA336

Tints of Brass #ADA336

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 44.36%
G = 41.79%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#ADA336 (or 0xADA336) is known color: Brass. HEX triplet: AD, A3 and 36. RGB value is (173,163,54). Sum of RGB (Red+Green+Blue) = 173+163+54=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA336 is #525CC9. Grayscale: #9A9A9A. Windows color (decimal): -5397706 or 3580845. OLE color: 3580845.

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

Color convert

RGB 173 163 54 -
CMYK 0 0.06 0.69 0.32
HSL 54.96º 0.52% 0.45% -
HSV(B) 54.96º 0.69% 0.68% -
XYZ 31 35.34 8.68 -
YUV 153.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 173 163 54 0 0.06 0.69 0.32 54.96 0.52 0.45
Hex AD A3 36 0 6 45 20 37 34 2D
Octal 255 243 66 0 6 105 40 67 64 55
Binary 10101101 10100011 110110 0 110 1000101 100000 110111 110100 101101

Color Harmonies of #ADA336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA336

Black with #ADA336

Text Example


Text Example

White with #ADA336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA336; }

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

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

background-color css

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

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

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

border-color css

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

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

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