#AF793D

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

Shades of Reno Sand #AF793D

Tints of Reno Sand #AF793D

Color information

#AF793D (or 0xAF793D) is unknown color: approx Reno Sand. HEX triplet: AF, 79 and 3D. RGB value is (175,121,61). Sum of RGB (Red+Green+Blue) = 175+121+61=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793D is #5086C2. Grayscale: #828282. Windows color (decimal): -5277379 or 4028847. OLE color: 4028847.

HSL color Cylindrical-coordinate representation of color #AF793D: hue angle of 31.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF793D is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17512161-
CMYK00.310.650.31
HSL31.58º48.31%46.27%-
HSV(B)31.58º65.14%68.63%-
XYZ25.3623.137.54-
YUV130.3188.89159.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=49.02%
G=33.89%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751216100.310.650.3131.5848.3146.27
HexAF793D01F411F20302e
Octal2571717503710137406056
Binary101011111111001111101011111100000111111100000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF793D; }

 p { color: rgb(175,121,61); }

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

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

 a { background-color: rgb(175,121,61); }

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

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

 span { border-color: rgb(175,121,61); }

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