#AD7031

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

Shades of Reno Sand #AD7031

Tints of Reno Sand #AD7031

Color information

#AD7031 (or 0xAD7031) is unknown color: approx Reno Sand. HEX triplet: AD, 70 and 31. RGB value is (173,112,49). Sum of RGB (Red+Green+Blue) = 173+112+49=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7031 is #528FCE. Grayscale: #7B7B7B. Windows color (decimal): -5410767 or 3240109. OLE color: 3240109.

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

Color convert

RGB17311249-
CMYK00.350.720.32
HSL30.48º55.86%43.53%-
HSV(B)30.48º71.68%67.84%-
XYZ23.5820.695.66-
YUV123.0686.21163.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.80%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=51.80%
G=33.53%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731124900.350.720.3230.4855.8643.53
HexAD703102348201e382c
Octal2551606104311040367054
Binary1010110111100001100010100011100100010000011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7031; }

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

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

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

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

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

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

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

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