#AF6E37

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

Shades of Reno Sand #AF6E37

Tints of Reno Sand #AF6E37

Color information

#AF6E37 (or 0xAF6E37) is unknown color: approx Reno Sand. HEX triplet: AF, 6E and 37. RGB value is (175,110,55). Sum of RGB (Red+Green+Blue) = 175+110+55=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E37 is #5091C8. Grayscale: #7B7B7B. Windows color (decimal): -5280201 or 3632815. OLE color: 3632815.

HSL color Cylindrical-coordinate representation of color #AF6E37: hue angle of 27.5º degrees, saturation: 0.52, 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 #AF6E37 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17511055-
CMYK00.370.690.31
HSL27.5º52.17%45.1%-
HSV(B)27.5º68.57%68.63%-
XYZ23.9420.546.32-
YUV123.1689.53164.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.47%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 55 (21.88% from 255) = 16.18%
R=51.47%
G=32.35%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751105500.370.690.3127.552.1745.1
HexAF6E37025451F1c342d
Octal2571566704510537346455
Binary101011111101110110111010010110001011111111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E37; }

 p { color: rgb(175,110,55); }

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

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

 a { background-color: rgb(175,110,55); }

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

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

 span { border-color: rgb(175,110,55); }

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