Html Css Color HEX #AD6E36 Reno Sand

📋 copy color: '#AD6E36'

red 173 ◦ green 110 ◦ blue 54

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

Shades of Reno Sand #AD6E36

Tints of Reno Sand #AD6E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 51.34%
G = 32.64%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6E36 (or 0xAD6E36) is known color: Reno Sand. HEX triplet: AD, 6E and 36. RGB value is (173,110,54). Sum of RGB (Red+Green+Blue) = 173+110+54=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E36 is #5291C9. Grayscale: #7A7A7A. Windows color (decimal): -5411274 or 3567277. OLE color: 3567277.

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

Color convert

RGB 173 110 54 -
CMYK 0 0.36 0.69 0.32
HSL 28.24º 0.52% 0.45% -
HSV(B) 28.24º 0.69% 0.68% -
XYZ 23.48 20.3 6.17 -
YUV 122.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 173 110 54 0 0.36 0.69 0.32 28.24 0.52 0.45
Hex AD 6E 36 0 24 45 20 1C 34 2D
Octal 255 156 66 0 44 105 40 34 64 55
Binary 10101101 1101110 110110 0 100100 1000101 100000 11100 110100 101101

Color Harmonies of #AD6E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6E36

Black with #AD6E36

Text Example


Text Example

White with #AD6E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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