#af6d40

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

Shades of Bourbon #AF6D40

Tints of Bourbon #AF6D40

Color information

#AF6D40 (or 0xAF6D40) is unknown color: approx Bourbon. HEX triplet: AF, 6D and 40. RGB value is (175,109,64). Sum of RGB (Red+Green+Blue) = 175+109+64=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D40 is #5092BF. Grayscale: #7B7B7B. Windows color (decimal): -5280448 or 4222383. OLE color: 4222383.

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

Color convert

RGB17510964-
CMYK00.380.630.31
HSL24.32º46.44%46.86%-
HSV(B)24.32º63.43%68.63%-
XYZ24.0720.427.52-
YUV123.694.37164.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.29%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=50.29%
G=31.32%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751096400.380.630.3124.3246.4446.86
HexAF6D400263F1F182e2f
Octal2571551000467737305657
Binary101011111101101100000001001101111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6d40; }

 p { color: rgb(175,109,64); }

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

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

 a { background-color: rgb(175,109,64); }

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

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

 span { border-color: rgb(175,109,64); }

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