Html Css Color HEX #AD6E32 Reno Sand

📋 copy color: '#AD6E32'

red 173 ◦ green 110 ◦ blue 50

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

Shades of Reno Sand #AD6E32

Tints of Reno Sand #AD6E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 51.95%
G = 33.03%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6E32 (or 0xAD6E32) is known color: Reno Sand. HEX triplet: AD, 6E and 32. RGB value is (173,110,50). Sum of RGB (Red+Green+Blue) = 173+110+50=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E32 is #5291CD. Grayscale: #7A7A7A. Windows color (decimal): -5411278 or 3305133. OLE color: 3305133.

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

Color convert

RGB 173 110 50 -
CMYK 0 0.36 0.71 0.32
HSL 29.27º 0.55% 0.44% -
HSV(B) 29.27º 0.71% 0.68% -
XYZ 23.39 20.27 5.7 -
YUV 122 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 173 110 50 0 0.36 0.71 0.32 29.27 0.55 0.44
Hex AD 6E 32 0 24 47 20 1D 37 2C
Octal 255 156 62 0 44 107 40 35 67 54
Binary 10101101 1101110 110010 0 100100 1000111 100000 11101 110111 101100

Color Harmonies of #AD6E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E32

Black with #AD6E32

Text Example


Text Example

White with #AD6E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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