Html Css Color HEX #AD6B37 Reno Sand

📋 copy color: '#AD6B37'

red 173 ◦ green 107 ◦ blue 55

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

Shades of Reno Sand #AD6B37

Tints of Reno Sand #AD6B37

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 55 (21.88% from 255) = 16.42%

R = 51.64%
G = 31.94%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6B37 (or 0xAD6B37) is known color: Reno Sand. HEX triplet: AD, 6B and 37. RGB value is (173,107,55). Sum of RGB (Red+Green+Blue) = 173+107+55=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6B37 is #5294C8. Grayscale: #797979. Windows color (decimal): -5412041 or 3632045. OLE color: 3632045.

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

Color convert

RGB 173 107 55 -
CMYK 0 0.38 0.68 0.32
HSL 26.44º 0.52% 0.45% -
HSV(B) 26.44º 0.68% 0.68% -
XYZ 23.18 19.68 6.19 -
YUV 120.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 173 107 55 0 0.38 0.68 0.32 26.44 0.52 0.45
Hex AD 6B 37 0 26 44 20 1A 34 2D
Octal 255 153 67 0 46 104 40 32 64 55
Binary 10101101 1101011 110111 0 100110 1000100 100000 11010 110100 101101

Color Harmonies of #AD6B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B37

Black with #AD6B37

Text Example


Text Example

White with #AD6B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B37; }

 p { color: rgb(173,107,55); }

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

background-color css

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

 a { background-color: rgb(173,107,55); }

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

border-color css

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

 span { border-color: rgb(173,107,55); }

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