#AF6A3E

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

Shades of Bourbon #AF6A3E

Tints of Bourbon #AF6A3E

Color information

#AF6A3E (or 0xAF6A3E) is unknown color: approx Bourbon. HEX triplet: AF, 6A and 3E. RGB value is (175,106,62). Sum of RGB (Red+Green+Blue) = 175+106+62=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A3E is #5095C1. Grayscale: #797979. Windows color (decimal): -5281218 or 4090543. OLE color: 4090543.

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

Color convert

RGB17510662-
CMYK00.390.650.31
HSL23.36º47.68%46.47%-
HSV(B)23.36º64.57%68.63%-
XYZ23.719.777.12-
YUV121.6294.36166.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.02%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=51.02%
G=30.90%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751066200.390.650.3123.3647.6846.47
HexAF6A3E027411F17302e
Octal2571527604710137276056
Binary101011111101010111110010011110000011111110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A3E; }

 p { color: rgb(175,106,62); }

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

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

 a { background-color: rgb(175,106,62); }

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

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

 span { border-color: rgb(175,106,62); }

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