Html Css Color HEX #ADA439 Brass

📋 copy color: '#ADA439'

red 173 ◦ green 164 ◦ blue 57

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

Shades of Brass #ADA439

Tints of Brass #ADA439

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 43.91%
G = 41.62%
B = 14.47%

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

#ADA439 (or 0xADA439) is known color: Brass. HEX triplet: AD, A4 and 39. RGB value is (173,164,57). Sum of RGB (Red+Green+Blue) = 173+164+57=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA439 is #525BC6. Grayscale: #9A9A9A. Windows color (decimal): -5397447 or 3777709. OLE color: 3777709.

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

Color convert

RGB 173 164 57 -
CMYK 0 0.05 0.67 0.32
HSL 55.34º 0.5% 0.45% -
HSV(B) 55.34º 0.67% 0.68% -
XYZ 31.25 35.73 9.12 -
YUV 154.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 173 164 57 0 0.05 0.67 0.32 55.34 0.5 0.45
Hex AD A4 39 0 5 43 20 37 32 2D
Octal 255 244 71 0 5 103 40 67 62 55
Binary 10101101 10100100 111001 0 101 1000011 100000 110111 110010 101101

Color Harmonies of #ADA439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA439

Black with #ADA439

Text Example


Text Example

White with #ADA439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA439; }

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

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

background-color css

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

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

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

border-color css

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

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

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