Html Css Color HEX #AD7136 Reno Sand

📋 copy color: '#AD7136'

red 173 ◦ green 113 ◦ blue 54

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

Shades of Reno Sand #AD7136

Tints of Reno Sand #AD7136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 50.88%
G = 33.24%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD7136 (or 0xAD7136) is known color: Reno Sand. HEX triplet: AD, 71 and 36. RGB value is (173,113,54). Sum of RGB (Red+Green+Blue) = 173+113+54=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7136 is #528EC9. Grayscale: #7C7C7C. Windows color (decimal): -5410506 or 3568045. OLE color: 3568045.

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

Color convert

RGB 173 113 54 -
CMYK 0 0.35 0.69 0.32
HSL 29.75º 0.52% 0.45% -
HSV(B) 29.75º 0.69% 0.68% -
XYZ 23.8 20.96 6.28 -
YUV 124.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 173 113 54 0 0.35 0.69 0.32 29.75 0.52 0.45
Hex AD 71 36 0 23 45 20 1E 34 2D
Octal 255 161 66 0 43 105 40 36 64 55
Binary 10101101 1110001 110110 0 100011 1000101 100000 11110 110100 101101

Color Harmonies of #AD7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7136

Black with #AD7136

Text Example


Text Example

White with #AD7136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7136; }

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

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

background-color css

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

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

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

border-color css

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

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

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