#AF6F3F

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

Shades of Bourbon #AF6F3F

Tints of Bourbon #AF6F3F

Color information

#AF6F3F (or 0xAF6F3F) is unknown color: approx Bourbon. HEX triplet: AF, 6F and 3F. RGB value is (175,111,63). Sum of RGB (Red+Green+Blue) = 175+111+63=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6F3F is #5090C0. Grayscale: #7C7C7C. Windows color (decimal): -5279937 or 4157359. OLE color: 4157359.

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

Color convert

RGB17511163-
CMYK00.370.640.31
HSL25.71º47.06%46.67%-
HSV(B)25.71º64%68.63%-
XYZ24.2620.847.45-
YUV124.6693.2163.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.14%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 63 (25% from 255) = 18.05%
R=50.14%
G=31.81%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751116300.370.640.3125.7147.0646.67
HexAF6F3F025401F1a2f2f
Octal2571577704510037325757
Binary101011111101111111111010010110000001111111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F3F; }

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

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

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

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

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

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

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

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