Html Css Color HEX #AD7138 Reno Sand

📋 copy color: '#AD7138'

red 173 ◦ green 113 ◦ blue 56

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

Shades of Reno Sand #AD7138

Tints of Reno Sand #AD7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.37%

R = 50.58%
G = 33.04%
B = 16.37%

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

#AD7138 (or 0xAD7138) is known color: Reno Sand. HEX triplet: AD, 71 and 38. RGB value is (173,113,56). Sum of RGB (Red+Green+Blue) = 173+113+56=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7138 is #528EC7. Grayscale: #7C7C7C. Windows color (decimal): -5410504 or 3699117. OLE color: 3699117.

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

Color convert

RGB 173 113 56 -
CMYK 0 0.35 0.68 0.32
HSL 29.23º 0.51% 0.45% -
HSV(B) 29.23º 0.68% 0.68% -
XYZ 23.85 20.98 6.53 -
YUV 124.44 89.38 162.63 -
System Red Green Blue C M Y K H S L
Decimal 173 113 56 0 0.35 0.68 0.32 29.23 0.51 0.45
Hex AD 71 38 0 23 44 20 1D 33 2D
Octal 255 161 70 0 43 104 40 35 63 55
Binary 10101101 1110001 111000 0 100011 1000100 100000 11101 110011 101101

Color Harmonies of #AD7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7138

Black with #AD7138

Text Example


Text Example

White with #AD7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7138; }

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

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

background-color css

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

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

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

border-color css

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

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

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