Html Css Color HEX #AD7037 Reno Sand

📋 copy color: '#AD7037'

red 173 ◦ green 112 ◦ blue 55

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

Shades of Reno Sand #AD7037

Tints of Reno Sand #AD7037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 50.88%
G = 32.94%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD7037 (or 0xAD7037) is known color: Reno Sand. HEX triplet: AD, 70 and 37. RGB value is (173,112,55). Sum of RGB (Red+Green+Blue) = 173+112+55=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7037 is #528FC8. Grayscale: #7C7C7C. Windows color (decimal): -5410761 or 3633325. OLE color: 3633325.

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

Color convert

RGB 173 112 55 -
CMYK 0 0.35 0.68 0.32
HSL 28.98º 0.52% 0.45% -
HSV(B) 28.98º 0.68% 0.68% -
XYZ 23.72 20.75 6.37 -
YUV 123.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 173 112 55 0 0.35 0.68 0.32 28.98 0.52 0.45
Hex AD 70 37 0 23 44 20 1D 34 2D
Octal 255 160 67 0 43 104 40 35 64 55
Binary 10101101 1110000 110111 0 100011 1000100 100000 11101 110100 101101

Color Harmonies of #AD7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7037

Black with #AD7037

Text Example


Text Example

White with #AD7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7037; }

 p { color: rgb(173,112,55); }

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

background-color css

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

 a { background-color: rgb(173,112,55); }

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

border-color css

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

 span { border-color: rgb(173,112,55); }

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