Html Css Color HEX #AD7139 Reno Sand

📋 copy color: '#AD7139'

red 173 ◦ green 113 ◦ blue 57

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

Shades of Reno Sand #AD7139

Tints of Reno Sand #AD7139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 50.44%
G = 32.94%
B = 16.62%

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

#AD7139 (or 0xAD7139) is known color: Reno Sand. HEX triplet: AD, 71 and 39. RGB value is (173,113,57). Sum of RGB (Red+Green+Blue) = 173+113+57=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7139 is #528EC6. Grayscale: #7C7C7C. Windows color (decimal): -5410503 or 3764653. OLE color: 3764653.

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

Color convert

RGB 173 113 57 -
CMYK 0 0.35 0.67 0.32
HSL 28.97º 0.5% 0.45% -
HSV(B) 28.97º 0.67% 0.68% -
XYZ 23.88 20.99 6.66 -
YUV 124.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 173 113 57 0 0.35 0.67 0.32 28.97 0.5 0.45
Hex AD 71 39 0 23 43 20 1D 32 2D
Octal 255 161 71 0 43 103 40 35 62 55
Binary 10101101 1110001 111001 0 100011 1000011 100000 11101 110010 101101

Color Harmonies of #AD7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7139

Black with #AD7139

Text Example


Text Example

White with #AD7139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7139; }

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

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

background-color css

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

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

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

border-color css

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

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

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