#AF793E

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

Shades of Bourbon #AF793E

Tints of Bourbon #AF793E

Color information

#AF793E (or 0xAF793E) is unknown color: approx Bourbon. HEX triplet: AF, 79 and 3E. RGB value is (175,121,62). Sum of RGB (Red+Green+Blue) = 175+121+62=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF793E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF793E is #5086C1. Grayscale: #828282. Windows color (decimal): -5277378 or 4094383. OLE color: 4094383.

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

Color convert

RGB17512162-
CMYK00.310.650.31
HSL31.33º47.68%46.47%-
HSV(B)31.33º64.57%68.63%-
XYZ25.3923.147.69-
YUV130.4289.39159.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=48.88%
G=33.80%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751216200.310.650.3131.3347.6846.47
HexAF793E01F411F1f302e
Octal2571717603710137376056
Binary10101111111100111111001111110000011111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF793E; }

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

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

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

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

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

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

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

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