#AD702E

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

Shades of Reno Sand #AD702E

Tints of Reno Sand #AD702E

Color information

#AD702E (or 0xAD702E) is unknown color: approx Reno Sand. HEX triplet: AD, 70 and 2E. RGB value is (173,112,46). Sum of RGB (Red+Green+Blue) = 173+112+46=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD702E is #528FD1. Grayscale: #7B7B7B. Windows color (decimal): -5410770 or 3043501. OLE color: 3043501.

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

Color convert

RGB17311246-
CMYK00.350.730.32
HSL31.18º57.99%42.94%-
HSV(B)31.18º73.41%67.84%-
XYZ23.5220.675.33-
YUV122.7284.71163.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=52.27%
G=33.84%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731124600.350.730.3231.1857.9942.94
HexAD702E02349201f3a2b
Octal2551605604311140377253
Binary1010110111100001011100100011100100110000011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD702E; }

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

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

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

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

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

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

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

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