#AD7033

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

Shades of Reno Sand #AD7033

Tints of Reno Sand #AD7033

Color information

#AD7033 (or 0xAD7033) is unknown color: approx Reno Sand. HEX triplet: AD, 70 and 33. RGB value is (173,112,51). Sum of RGB (Red+Green+Blue) = 173+112+51=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7033 is #528FCC. Grayscale: #7B7B7B. Windows color (decimal): -5410765 or 3371181. OLE color: 3371181.

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

Color convert

RGB17311251-
CMYK00.350.710.32
HSL30º54.46%43.92%-
HSV(B)30º70.52%67.84%-
XYZ23.6320.715.88-
YUV123.2887.21163.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=51.49%
G=33.33%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731125100.350.710.323054.4643.92
HexAD703302347201e362c
Octal2551606304310740366654
Binary1010110111100001100110100011100011110000011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7033; }

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

 H1.HeaderClassName
 {
   color: #AD7033;
 }
 .AnyTagClassName
 {
   color: #AD7033;
 }
</style>
background-color css

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

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

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

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

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

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