#AD6830

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

Shades of Reno Sand #AD6830

Tints of Reno Sand #AD6830

Color information

#AD6830 (or 0xAD6830) is unknown color: approx Reno Sand. HEX triplet: AD, 68 and 30. RGB value is (173,104,48). Sum of RGB (Red+Green+Blue) = 173+104+48=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6830 is #5297CF. Grayscale: #767676. Windows color (decimal): -5412816 or 3172525. OLE color: 3172525.

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

Color convert

RGB17310448-
CMYK00.400.720.32
HSL26.88º56.56%43.33%-
HSV(B)26.88º72.25%67.84%-
XYZ22.72195.27-
YUV118.2588.36167.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=53.23%
G=32%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731044800.400.720.3226.8856.5643.33
HexAD683002848201b392b
Octal2551506005011040337153
Binary1010110111010001100000101000100100010000011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6830; }

 p { color: rgb(173,104,48); }

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

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

 a { background-color: rgb(173,104,48); }

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

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

 span { border-color: rgb(173,104,48); }

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