Html Css Color HEX #AD6F38 Reno Sand

📋 copy color: '#AD6F38'

red 173 ◦ green 111 ◦ blue 56

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

Shades of Reno Sand #AD6F38

Tints of Reno Sand #AD6F38

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 50.88%
G = 32.65%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6F38 (or 0xAD6F38) is known color: Reno Sand. HEX triplet: AD, 6F and 38. RGB value is (173,111,56). Sum of RGB (Red+Green+Blue) = 173+111+56=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F38 is #5290C7. Grayscale: #7B7B7B. Windows color (decimal): -5411016 or 3698605. OLE color: 3698605.

HSL color Cylindrical-coordinate representation of color #AD6F38: hue angle of 28.21º degrees, saturation: 0.51, 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 #AD6F38 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 111 56 -
CMYK 0 0.36 0.68 0.32
HSL 28.21º 0.51% 0.45% -
HSV(B) 28.21º 0.68% 0.68% -
XYZ 23.63 20.54 6.46 -
YUV 123.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 173 111 56 0 0.36 0.68 0.32 28.21 0.51 0.45
Hex AD 6F 38 0 24 44 20 1C 33 2D
Octal 255 157 70 0 44 104 40 34 63 55
Binary 10101101 1101111 111000 0 100100 1000100 100000 11100 110011 101101

Color Harmonies of #AD6F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F38

Black with #AD6F38

Text Example


Text Example

White with #AD6F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F38; }

 p { color: rgb(173,111,56); }

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

background-color css

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

 a { background-color: rgb(173,111,56); }

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

border-color css

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

 span { border-color: rgb(173,111,56); }

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