Html Css Color HEX #AD7039 Reno Sand

📋 copy color: '#AD7039'

red 173 ◦ green 112 ◦ blue 57

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

Shades of Reno Sand #AD7039

Tints of Reno Sand #AD7039

RGB

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

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

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

R = 50.58%
G = 32.75%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD7039 (or 0xAD7039) is known color: Reno Sand. HEX triplet: AD, 70 and 39. RGB value is (173,112,57). Sum of RGB (Red+Green+Blue) = 173+112+57=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7039 is #528FC6. Grayscale: #7C7C7C. Windows color (decimal): -5410759 or 3764397. OLE color: 3764397.

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

Color convert

RGB 173 112 57 -
CMYK 0 0.35 0.67 0.32
HSL 28.45º 0.5% 0.45% -
HSV(B) 28.45º 0.67% 0.68% -
XYZ 23.77 20.77 6.63 -
YUV 123.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 173 112 57 0 0.35 0.67 0.32 28.45 0.5 0.45
Hex AD 70 39 0 23 43 20 1C 32 2D
Octal 255 160 71 0 43 103 40 34 62 55
Binary 10101101 1110000 111001 0 100011 1000011 100000 11100 110010 101101

Color Harmonies of #AD7039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7039

Black with #AD7039

Text Example


Text Example

White with #AD7039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7039; }

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

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

background-color css

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

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

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

border-color css

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

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

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