#AF7036

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

Shades of Reno Sand #AF7036

Tints of Reno Sand #AF7036

Color information

#AF7036 (or 0xAF7036) is unknown color: approx Reno Sand. HEX triplet: AF, 70 and 36. RGB value is (175,112,54). Sum of RGB (Red+Green+Blue) = 175+112+54=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7036 is #508FC9. Grayscale: #7C7C7C. Windows color (decimal): -5279690 or 3567791. OLE color: 3567791.

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

Color convert

RGB17511254-
CMYK00.360.690.31
HSL28.76º52.84%44.9%-
HSV(B)28.76º69.14%68.63%-
XYZ24.1420.976.27-
YUV124.2288.37164.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=51.32%
G=32.84%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751125400.360.690.3128.7652.8444.9
HexAF7036024451F1d352d
Octal2571606604410537356555
Binary101011111110000110110010010010001011111111101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7036; }

 p { color: rgb(175,112,54); }

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

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

 a { background-color: rgb(175,112,54); }

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

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

 span { border-color: rgb(175,112,54); }

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