#AF6A36

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

Shades of Reno Sand #AF6A36

Tints of Reno Sand #AF6A36

Color information

#AF6A36 (or 0xAF6A36) is unknown color: approx Reno Sand. HEX triplet: AF, 6A and 36. RGB value is (175,106,54). Sum of RGB (Red+Green+Blue) = 175+106+54=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A36 is #5095C9. Grayscale: #787878. Windows color (decimal): -5281226 or 3566255. OLE color: 3566255.

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

Color convert

RGB17510654-
CMYK00.390.690.31
HSL25.79º52.84%44.9%-
HSV(B)25.79º69.14%68.63%-
XYZ23.519.696.05-
YUV120.790.36166.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 54 (21.48% from 255) = 16.12%
R=52.24%
G=31.64%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751065400.390.690.3125.7952.8444.9
HexAF6A36027451F1a352d
Octal2571526604710537326555
Binary101011111101010110110010011110001011111111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A36; }

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

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

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

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

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

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

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

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