#AF6C3F

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

Shades of Bourbon #AF6C3F

Tints of Bourbon #AF6C3F

Color information

#AF6C3F (or 0xAF6C3F) is unknown color: approx Bourbon. HEX triplet: AF, 6C and 3F. RGB value is (175,108,63). Sum of RGB (Red+Green+Blue) = 175+108+63=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3F is #5093C0. Grayscale: #7B7B7B. Windows color (decimal): -5280705 or 4156591. OLE color: 4156591.

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

Color convert

RGB17510863-
CMYK00.380.640.31
HSL24.11º47.06%46.67%-
HSV(B)24.11º64%68.63%-
XYZ23.9420.27.34-
YUV122.994.2165.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 63 (25% from 255) = 18.21%
R=50.58%
G=31.21%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751086300.380.640.3124.1147.0646.67
HexAF6C3F026401F182f2f
Octal2571547704610037305757
Binary101011111101100111111010011010000001111111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C3F; }

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

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

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

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

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

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

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

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