#AF682C

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

Shades of Reno Sand #AF682C

Tints of Reno Sand #AF682C

Color information

#AF682C (or 0xAF682C) is unknown color: approx Reno Sand. HEX triplet: AF, 68 and 2C. RGB value is (175,104,44). Sum of RGB (Red+Green+Blue) = 175+104+44=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF682C is #5097D3. Grayscale: #767676. Windows color (decimal): -5281748 or 2910383. OLE color: 2910383.

HSL color Cylindrical-coordinate representation of color #AF682C: hue angle of 27.48º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF682C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17510444-
CMYK00.410.750.31
HSL27.48º59.82%42.94%-
HSV(B)27.48º74.86%68.63%-
XYZ23.0819.24.87-
YUV118.3986.02168.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 44 (17.58% from 255) = 13.62%
R=54.18%
G=32.20%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751044400.410.750.3127.4859.8242.94
HexAF682C0294B1F1b3c2b
Octal2571505405111337337453
Binary101011111101000101100010100110010111111111011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF682C; }

 p { color: rgb(175,104,44); }

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

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

 a { background-color: rgb(175,104,44); }

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

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

 span { border-color: rgb(175,104,44); }

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