Html Css Color HEX #AD6D31 Reno Sand

📋 copy color: '#AD6D31'

red 173 ◦ green 109 ◦ blue 49

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

Shades of Reno Sand #AD6D31

Tints of Reno Sand #AD6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.93%

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

R = 52.27%
G = 32.93%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD6D31 (or 0xAD6D31) is known color: Reno Sand. HEX triplet: AD, 6D and 31. RGB value is (173,109,49). Sum of RGB (Red+Green+Blue) = 173+109+49=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D31 is #5292CE. Grayscale: #797979. Windows color (decimal): -5411535 or 3239341. OLE color: 3239341.

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

Color convert

RGB 173 109 49 -
CMYK 0 0.37 0.72 0.32
HSL 29.03º 0.56% 0.44% -
HSV(B) 29.03º 0.72% 0.68% -
XYZ 23.26 20.04 5.55 -
YUV 121.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 173 109 49 0 0.37 0.72 0.32 29.03 0.56 0.44
Hex AD 6D 31 0 25 48 20 1D 38 2C
Octal 255 155 61 0 45 110 40 35 70 54
Binary 10101101 1101101 110001 0 100101 1001000 100000 11101 111000 101100

Color Harmonies of #AD6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D31

Black with #AD6D31

Text Example


Text Example

White with #AD6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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