#AF6E3A

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

Shades of Bourbon #AF6E3A

Tints of Bourbon #AF6E3A

Color information

#AF6E3A (or 0xAF6E3A) is unknown color: approx Bourbon. HEX triplet: AF, 6E and 3A. RGB value is (175,110,58). Sum of RGB (Red+Green+Blue) = 175+110+58=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6E3A is #5091C5. Grayscale: #7B7B7B. Windows color (decimal): -5280198 or 3829423. OLE color: 3829423.

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

Color convert

RGB17511058-
CMYK00.370.670.31
HSL26.67º50.21%45.69%-
HSV(B)26.67º66.86%68.63%-
XYZ24.0220.576.71-
YUV123.5191.03164.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=51.02%
G=32.07%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751105800.370.670.3126.6750.2145.69
HexAF6E3A025431F1b322e
Octal2571567204510337336256
Binary101011111101110111010010010110000111111111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E3A; }

 p { color: rgb(175,110,58); }

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

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

 a { background-color: rgb(175,110,58); }

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

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

 span { border-color: rgb(175,110,58); }

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