#AD7337

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

Shades of Reno Sand #AD7337

Tints of Reno Sand #AD7337

Color information

#AD7337 (or 0xAD7337) is unknown color: approx Reno Sand. HEX triplet: AD, 73 and 37. RGB value is (173,115,55). Sum of RGB (Red+Green+Blue) = 173+115+55=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7337 is #528CC8. Grayscale: #7D7D7D. Windows color (decimal): -5409993 or 3634093. OLE color: 3634093.

HSL color Cylindrical-coordinate representation of color #AD7337: hue angle of 30.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD7337 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17311555-
CMYK00.340.680.32
HSL30.51º51.75%44.71%-
HSV(B)30.51º68.21%67.84%-
XYZ24.0521.426.48-
YUV125.588.22161.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=50.44%
G=33.53%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731155500.340.680.3230.5151.7544.71
HexAD733702244201f342d
Octal2551636704210440376455
Binary1010110111100111101110100010100010010000011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7337; }

 p { color: rgb(173,115,55); }

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

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

 a { background-color: rgb(173,115,55); }

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

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

 span { border-color: rgb(173,115,55); }

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