Html Css Color HEX #ADA734 Brass

📋 copy color: '#ADA734'

red 173 ◦ green 167 ◦ blue 52

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

Shades of Brass #ADA734

Tints of Brass #ADA734

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 44.13%
G = 42.6%
B = 13.27%

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

#ADA734 (or 0xADA734) is known color: Brass. HEX triplet: AD, A7 and 34. RGB value is (173,167,52). Sum of RGB (Red+Green+Blue) = 173+167+52=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA734 is #5258CB. Grayscale: #9C9C9C. Windows color (decimal): -5396684 or 3450797. OLE color: 3450797.

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

Color convert

RGB 173 167 52 -
CMYK 0 0.03 0.70 0.32
HSL 57.02º 0.54% 0.44% -
HSV(B) 57.02º 0.7% 0.68% -
XYZ 31.67 36.77 8.68 -
YUV 155.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 173 167 52 0 0.03 0.70 0.32 57.02 0.54 0.44
Hex AD A7 34 0 3 46 20 39 36 2C
Octal 255 247 64 0 3 106 40 71 66 54
Binary 10101101 10100111 110100 0 11 1000110 100000 111001 110110 101100

Color Harmonies of #ADA734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA734

Black with #ADA734

Text Example


Text Example

White with #ADA734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA734; }

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

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

background-color css

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

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

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

border-color css

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

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

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