#AD7434

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

Shades of Reno Sand #AD7434

Tints of Reno Sand #AD7434

Color information

#AD7434 (or 0xAD7434) is unknown color: approx Reno Sand. HEX triplet: AD, 74 and 34. RGB value is (173,116,52). Sum of RGB (Red+Green+Blue) = 173+116+52=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7434 is #528BCB. Grayscale: #7E7E7E. Windows color (decimal): -5409740 or 3437741. OLE color: 3437741.

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

Color convert

RGB17311652-
CMYK00.330.700.32
HSL31.74º53.78%44.12%-
HSV(B)31.74º69.94%67.84%-
XYZ24.121.626.15-
YUV125.7586.38161.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.73%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 52 (20.70% from 255) = 15.25%
R=50.73%
G=34.02%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731165200.330.700.3231.7453.7844.12
HexAD7434021462020362c
Octal2551646404110640406654
Binary10101101111010011010001000011000110100000100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7434; }

 p { color: rgb(173,116,52); }

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

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

 a { background-color: rgb(173,116,52); }

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

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

 span { border-color: rgb(173,116,52); }

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