Html Css Color HEX #AD6F36 Reno Sand

📋 copy color: '#AD6F36'

red 173 ◦ green 111 ◦ blue 54

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

Shades of Reno Sand #AD6F36

Tints of Reno Sand #AD6F36

RGB

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

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

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

R = 51.18%
G = 32.84%
B = 15.98%

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

#AD6F36 (or 0xAD6F36) is known color: Reno Sand. HEX triplet: AD, 6F and 36. RGB value is (173,111,54). Sum of RGB (Red+Green+Blue) = 173+111+54=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F36 is #5290C9. Grayscale: #7B7B7B. Windows color (decimal): -5411018 or 3567533. OLE color: 3567533.

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

Color convert

RGB 173 111 54 -
CMYK 0 0.36 0.69 0.32
HSL 28.74º 0.52% 0.45% -
HSV(B) 28.74º 0.69% 0.68% -
XYZ 23.58 20.52 6.21 -
YUV 123.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 173 111 54 0 0.36 0.69 0.32 28.74 0.52 0.45
Hex AD 6F 36 0 24 45 20 1D 34 2D
Octal 255 157 66 0 44 105 40 35 64 55
Binary 10101101 1101111 110110 0 100100 1000101 100000 11101 110100 101101

Color Harmonies of #AD6F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F36

Black with #AD6F36

Text Example


Text Example

White with #AD6F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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