Html Css Color HEX #AD6F39 Reno Sand

📋 copy color: '#AD6F39'

red 173 ◦ green 111 ◦ blue 57

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

Shades of Reno Sand #AD6F39

Tints of Reno Sand #AD6F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 50.73%
G = 32.55%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD6F39 (or 0xAD6F39) is known color: Reno Sand. HEX triplet: AD, 6F and 39. RGB value is (173,111,57). Sum of RGB (Red+Green+Blue) = 173+111+57=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F39 is #5290C6. Grayscale: #7B7B7B. Windows color (decimal): -5411015 or 3764141. OLE color: 3764141.

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

Color convert

RGB 173 111 57 -
CMYK 0 0.36 0.67 0.32
HSL 27.93º 0.5% 0.45% -
HSV(B) 27.93º 0.67% 0.68% -
XYZ 23.66 20.55 6.59 -
YUV 123.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 173 111 57 0 0.36 0.67 0.32 27.93 0.5 0.45
Hex AD 6F 39 0 24 43 20 1C 32 2D
Octal 255 157 71 0 44 103 40 34 62 55
Binary 10101101 1101111 111001 0 100100 1000011 100000 11100 110010 101101

Color Harmonies of #AD6F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F39

Black with #AD6F39

Text Example


Text Example

White with #AD6F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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