#AD783A

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

Shades of Reno Sand #AD783A

Tints of Reno Sand #AD783A

Color information

#AD783A (or 0xAD783A) is unknown color: approx Reno Sand. HEX triplet: AD, 78 and 3A. RGB value is (173,120,58). Sum of RGB (Red+Green+Blue) = 173+120+58=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD783A is #5287C5. Grayscale: #818181. Windows color (decimal): -5408710 or 3831981. OLE color: 3831981.

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

Color convert

RGB17312058-
CMYK00.310.660.32
HSL32.35º49.78%45.29%-
HSV(B)32.35º66.47%67.84%-
XYZ24.7122.627.07-
YUV128.7888.06159.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=49.29%
G=34.19%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731205800.310.660.3232.3549.7845.29
HexAD783A01F422020322d
Octal2551707203710240406255
Binary1010110111110001110100111111000010100000100000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD783A; }

 p { color: rgb(173,120,58); }

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

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

 a { background-color: rgb(173,120,58); }

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

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

 span { border-color: rgb(173,120,58); }

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