#AD6F33

Color #AD6F33 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AD6F33

Tints of Reno Sand #AD6F33

Color information

#AD6F33 (or 0xAD6F33) is unknown color: approx 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

RGB17311151-
CMYK00.360.710.32
HSL29.51º54.46%43.92%-
HSV(B)29.51º70.52%67.84%-
XYZ23.5220.495.85-
YUV122.787.54163.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731115100.360.710.3229.5154.4643.92
HexAD6F3302447201e362c
Octal2551576304410740366654
Binary1010110111011111100110100100100011110000011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>