#AF6C33

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

Shades of Reno Sand #AF6C33

Tints of Reno Sand #AF6C33

Color information

#AF6C33 (or 0xAF6C33) is unknown color: approx Reno Sand. HEX triplet: AF, 6C and 33. RGB value is (175,108,51). Sum of RGB (Red+Green+Blue) = 175+108+51=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C33 is #5093CC. Grayscale: #797979. Windows color (decimal): -5280717 or 3370159. OLE color: 3370159.

HSL color Cylindrical-coordinate representation of color #AF6C33: hue angle of 27.58º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF6C33 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17510851-
CMYK00.380.710.31
HSL27.58º54.87%44.31%-
HSV(B)27.58º70.86%68.63%-
XYZ23.6420.085.76-
YUV121.5488.2166.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.40%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 51 (20.31% from 255) = 15.27%
R=52.40%
G=32.34%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751085100.380.710.3127.5854.8744.31
HexAF6C33026471F1c372c
Octal2571546304610737346754
Binary101011111101100110011010011010001111111111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C33; }

 p { color: rgb(175,108,51); }

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

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

 a { background-color: rgb(175,108,51); }

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

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

 span { border-color: rgb(175,108,51); }

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