#AD7131

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

Shades of Reno Sand #AD7131

Tints of Reno Sand #AD7131

Color information

#AD7131 (or 0xAD7131) is unknown color: approx Reno Sand. HEX triplet: AD, 71 and 31. RGB value is (173,113,49). Sum of RGB (Red+Green+Blue) = 173+113+49=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7131 is #528ECE. Grayscale: #7B7B7B. Windows color (decimal): -5410511 or 3240365. OLE color: 3240365.

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

Color convert

RGB17311349-
CMYK00.350.720.32
HSL30.97º55.86%43.53%-
HSV(B)30.97º71.68%67.84%-
XYZ23.6920.925.69-
YUV123.6485.88163.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.64%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 49 (19.53% from 255) = 14.63%
R=51.64%
G=33.73%
B=14.63%

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
Decimal1731134900.350.720.3230.9755.8643.53
HexAD713102348201f382c
Octal2551616104311040377054
Binary1010110111100011100010100011100100010000011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7131; }

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

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

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

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

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

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

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

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