Html Css Color HEX #AD6E31 Reno Sand

📋 copy color: '#AD6E31'

red 173 ◦ green 110 ◦ blue 49

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

Shades of Reno Sand #AD6E31

Tints of Reno Sand #AD6E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 52.11%
G = 33.13%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6E31 (or 0xAD6E31) is known color: Reno Sand. HEX triplet: AD, 6E and 31. RGB value is (173,110,49). Sum of RGB (Red+Green+Blue) = 173+110+49=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E31 is #5291CE. Grayscale: #7A7A7A. Windows color (decimal): -5411279 or 3239597. OLE color: 3239597.

HSL color Cylindrical-coordinate representation of color #AD6E31: hue angle of 29.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD6E31 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 110 49 -
CMYK 0 0.36 0.72 0.32
HSL 29.52º 0.56% 0.44% -
HSV(B) 29.52º 0.72% 0.68% -
XYZ 23.36 20.26 5.58 -
YUV 121.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 173 110 49 0 0.36 0.72 0.32 29.52 0.56 0.44
Hex AD 6E 31 0 24 48 20 1E 38 2C
Octal 255 156 61 0 44 110 40 36 70 54
Binary 10101101 1101110 110001 0 100100 1001000 100000 11110 111000 101100

Color Harmonies of #AD6E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E31

Black with #AD6E31

Text Example


Text Example

White with #AD6E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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