Html Css Color HEX #ADA834 Brass

📋 copy color: '#ADA834'

red 173 ◦ green 168 ◦ blue 52

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

Shades of Brass #ADA834

Tints of Brass #ADA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 52 (20.7% from 255) = 13.23%

R = 44.02%
G = 42.75%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#ADA834 (or 0xADA834) is known color: Brass. HEX triplet: AD, A8 and 34. RGB value is (173,168,52). Sum of RGB (Red+Green+Blue) = 173+168+52=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA834 is #5257CB. Grayscale: #9C9C9C. Windows color (decimal): -5396428 or 3451053. OLE color: 3451053.

HSL color Cylindrical-coordinate representation of color #ADA834: hue angle of 57.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADA834 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 52 -
CMYK 0 0.03 0.70 0.32
HSL 57.52º 0.54% 0.44% -
HSV(B) 57.52º 0.7% 0.68% -
XYZ 31.86 37.14 8.74 -
YUV 156.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 173 168 52 0 0.03 0.70 0.32 57.52 0.54 0.44
Hex AD A8 34 0 3 46 20 3A 36 2C
Octal 255 250 64 0 3 106 40 72 66 54
Binary 10101101 10101000 110100 0 11 1000110 100000 111010 110110 101100

Color Harmonies of #ADA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA834

Black with #ADA834

Text Example


Text Example

White with #ADA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA834; }

 p { color: rgb(173,168,52); }

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

background-color css

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

 a { background-color: rgb(173,168,52); }

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

border-color css

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

 span { border-color: rgb(173,168,52); }

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