#AF673B

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

Shades of Bourbon #AF673B

Tints of Bourbon #AF673B

Color information

#AF673B (or 0xAF673B) is unknown color: approx Bourbon. HEX triplet: AF, 67 and 3B. RGB value is (175,103,59). Sum of RGB (Red+Green+Blue) = 175+103+59=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673B is #5098C4. Grayscale: #777777. Windows color (decimal): -5281989 or 3893167. OLE color: 3893167.

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

Color convert

RGB17510359-
CMYK00.410.660.31
HSL22.76º49.57%45.88%-
HSV(B)22.76º66.29%68.63%-
XYZ23.3219.136.6-
YUV119.5193.85167.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=51.93%
G=30.56%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751035900.410.660.3122.7649.5745.88
HexAF673B029421F17322e
Octal2571477305110237276256
Binary101011111100111111011010100110000101111110111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF673B; }

 p { color: rgb(175,103,59); }

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

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

 a { background-color: rgb(175,103,59); }

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

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

 span { border-color: rgb(175,103,59); }

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