#AF673D

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

Shades of Bourbon #AF673D

Tints of Bourbon #AF673D

Color information

#AF673D (or 0xAF673D) is unknown color: approx Bourbon. HEX triplet: AF, 67 and 3D. RGB value is (175,103,61). Sum of RGB (Red+Green+Blue) = 175+103+61=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673D is #5098C2. Grayscale: #777777. Windows color (decimal): -5281987 or 4024239. OLE color: 4024239.

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

Color convert

RGB17510361-
CMYK00.410.650.31
HSL22.11º48.31%46.27%-
HSV(B)22.11º65.14%68.63%-
XYZ23.3719.156.88-
YUV119.7494.85167.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=51.62%
G=30.38%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751036100.410.650.3122.1148.3146.27
HexAF673D029411F16302e
Octal2571477505110137266056
Binary101011111100111111101010100110000011111110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF673D; }

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

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

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

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

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

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

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

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