#AF6B36

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

Shades of Reno Sand #AF6B36

Tints of Reno Sand #AF6B36

Color information

#AF6B36 (or 0xAF6B36) is unknown color: approx Reno Sand. HEX triplet: AF, 6B and 36. RGB value is (175,107,54). Sum of RGB (Red+Green+Blue) = 175+107+54=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B36 is #5094C9. Grayscale: #797979. Windows color (decimal): -5280970 or 3566511. OLE color: 3566511.

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

Color convert

RGB17510754-
CMYK00.390.690.31
HSL26.28º52.84%44.9%-
HSV(B)26.28º69.14%68.63%-
XYZ23.619.96.09-
YUV121.2990.03166.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.08%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=52.08%
G=31.85%
B=16.07%

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
Decimal1751075400.390.690.3126.2852.8444.9
HexAF6B36027451F1a352d
Octal2571536604710537326555
Binary101011111101011110110010011110001011111111010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B36; }

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

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

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

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

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

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

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

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