#AF683A

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

Shades of Bourbon #AF683A

Tints of Bourbon #AF683A

Color information

#AF683A (or 0xAF683A) is unknown color: approx Bourbon. HEX triplet: AF, 68 and 3A. RGB value is (175,104,58). Sum of RGB (Red+Green+Blue) = 175+104+58=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF683A is #5097C5. Grayscale: #787878. Windows color (decimal): -5281734 or 3827887. OLE color: 3827887.

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

Color convert

RGB17510458-
CMYK00.410.670.31
HSL23.59º50.21%45.69%-
HSV(B)23.59º66.86%68.63%-
XYZ23.3919.326.5-
YUV119.9893.02167.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=51.93%
G=30.86%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751045800.410.670.3123.5950.2145.69
HexAF683A029431F18322e
Octal2571507205110337306256
Binary101011111101000111010010100110000111111111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF683A; }

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

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

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

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

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

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

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

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