Html Css Color HEX #AD6E38 Reno Sand

📋 copy color: '#AD6E38'

red 173 ◦ green 110 ◦ blue 56

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

Shades of Reno Sand #AD6E38

Tints of Reno Sand #AD6E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

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

R = 51.03%
G = 32.45%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6E38 (or 0xAD6E38) is known color: Reno Sand. HEX triplet: AD, 6E and 38. RGB value is (173,110,56). Sum of RGB (Red+Green+Blue) = 173+110+56=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E38 is #5291C7. Grayscale: #7A7A7A. Windows color (decimal): -5411272 or 3698349. OLE color: 3698349.

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

Color convert

RGB 173 110 56 -
CMYK 0 0.36 0.68 0.32
HSL 27.69º 0.51% 0.45% -
HSV(B) 27.69º 0.68% 0.68% -
XYZ 23.52 20.32 6.42 -
YUV 122.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 173 110 56 0 0.36 0.68 0.32 27.69 0.51 0.45
Hex AD 6E 38 0 24 44 20 1C 33 2D
Octal 255 156 70 0 44 104 40 34 63 55
Binary 10101101 1101110 111000 0 100100 1000100 100000 11100 110011 101101

Color Harmonies of #AD6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E38

Black with #AD6E38

Text Example


Text Example

White with #AD6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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