#AD7635

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

Shades of Reno Sand #AD7635

Tints of Reno Sand #AD7635

Color information

#AD7635 (or 0xAD7635) is unknown color: approx Reno Sand. HEX triplet: AD, 76 and 35. RGB value is (173,118,53). Sum of RGB (Red+Green+Blue) = 173+118+53=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7635 is #5289CA. Grayscale: #7F7F7F. Windows color (decimal): -5409227 or 3503789. OLE color: 3503789.

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

Color convert

RGB17311853-
CMYK00.320.690.32
HSL32.5º53.1%44.31%-
HSV(B)32.5º69.36%67.84%-
XYZ24.3522.16.35-
YUV127.0486.22160.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=50.29%
G=34.30%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731185300.320.690.3232.553.144.31
HexAD7635020452020352c
Octal2551666504010540406554
Binary10101101111011011010101000001000101100000100000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7635; }

 p { color: rgb(173,118,53); }

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

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

 a { background-color: rgb(173,118,53); }

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

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

 span { border-color: rgb(173,118,53); }

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