#AF693D

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

Shades of Bourbon #AF693D

Tints of Bourbon #AF693D

Color information

#AF693D (or 0xAF693D) is unknown color: approx Bourbon. HEX triplet: AF, 69 and 3D. RGB value is (175,105,61). Sum of RGB (Red+Green+Blue) = 175+105+61=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF693D is #5096C2. Grayscale: #797979. Windows color (decimal): -5281475 or 4024751. OLE color: 4024751.

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

Color convert

RGB17510561-
CMYK00.400.650.31
HSL23.16º48.31%46.27%-
HSV(B)23.16º65.14%68.63%-
XYZ23.5719.556.95-
YUV120.9194.19166.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=51.32%
G=30.79%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751056100.400.650.3123.1648.3146.27
HexAF693D028411F17302e
Octal2571517505010137276056
Binary101011111101001111101010100010000011111110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF693D; }

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

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

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

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

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

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

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

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