#AF6F39

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

Shades of Reno Sand #AF6F39

Tints of Reno Sand #AF6F39

Color information

#AF6F39 (or 0xAF6F39) is unknown color: approx Reno Sand. HEX triplet: AF, 6F and 39. RGB value is (175,111,57). Sum of RGB (Red+Green+Blue) = 175+111+57=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F39 is #5090C6. Grayscale: #7C7C7C. Windows color (decimal): -5279943 or 3764143. OLE color: 3764143.

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

Color convert

RGB17511157-
CMYK00.370.670.31
HSL27.46º50.86%45.49%-
HSV(B)27.46º67.43%68.63%-
XYZ24.120.786.61-
YUV123.9890.2164.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=51.02%
G=32.36%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751115700.370.670.3127.4650.8645.49
HexAF6F39025431F1b332d
Octal2571577104510337336355
Binary101011111101111111001010010110000111111111011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F39; }

 p { color: rgb(175,111,57); }

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

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

 a { background-color: rgb(175,111,57); }

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

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

 span { border-color: rgb(175,111,57); }

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