Html Css Color HEX #AD6C36 Reno Sand

📋 copy color: '#AD6C36'

red 173 ◦ green 108 ◦ blue 54

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

Shades of Reno Sand #AD6C36

Tints of Reno Sand #AD6C36

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.24%

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

R = 51.64%
G = 32.24%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD6C36 (or 0xAD6C36) is known color: Reno Sand. HEX triplet: AD, 6C and 36. RGB value is (173,108,54). Sum of RGB (Red+Green+Blue) = 173+108+54=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C36 is #5293C9. Grayscale: #797979. Windows color (decimal): -5411786 or 3566765. OLE color: 3566765.

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

Color convert

RGB 173 108 54 -
CMYK 0 0.38 0.69 0.32
HSL 27.23º 0.52% 0.45% -
HSV(B) 27.23º 0.69% 0.68% -
XYZ 23.26 19.88 6.1 -
YUV 121.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 173 108 54 0 0.38 0.69 0.32 27.23 0.52 0.45
Hex AD 6C 36 0 26 45 20 1B 34 2D
Octal 255 154 66 0 46 105 40 33 64 55
Binary 10101101 1101100 110110 0 100110 1000101 100000 11011 110100 101101

Color Harmonies of #AD6C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C36

Black with #AD6C36

Text Example


Text Example

White with #AD6C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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