Html Css Color HEX #AD6F33 Reno Sand

📋 copy color: '#AD6F33'

red 173 ◦ green 111 ◦ blue 51

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

Shades of Reno Sand #AD6F33

Tints of Reno Sand #AD6F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 51.64%
G = 33.13%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD6F33 (or 0xAD6F33) is known color: Reno Sand. HEX triplet: AD, 6F and 33. RGB value is (173,111,51). Sum of RGB (Red+Green+Blue) = 173+111+51=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F33 is #5290CC. Grayscale: #7A7A7A. Windows color (decimal): -5411021 or 3370925. OLE color: 3370925.

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

Color convert

RGB 173 111 51 -
CMYK 0 0.36 0.71 0.32
HSL 29.51º 0.54% 0.44% -
HSV(B) 29.51º 0.71% 0.68% -
XYZ 23.52 20.49 5.85 -
YUV 122.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 173 111 51 0 0.36 0.71 0.32 29.51 0.54 0.44
Hex AD 6F 33 0 24 47 20 1E 36 2C
Octal 255 157 63 0 44 107 40 36 66 54
Binary 10101101 1101111 110011 0 100100 1000111 100000 11110 110110 101100

Color Harmonies of #AD6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F33

Black with #AD6F33

Text Example


Text Example

White with #AD6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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