#AF7446

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

Shades of Bourbon #AF7446

Tints of Bourbon #AF7446

Color information

#AF7446 (or 0xAF7446) is unknown color: approx Bourbon. HEX triplet: AF, 74 and 46. RGB value is (175,116,70). Sum of RGB (Red+Green+Blue) = 175+116+70=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7446 is #508BB9. Grayscale: #808080. Windows color (decimal): -5278650 or 4617391. OLE color: 4617391.

HSL color Cylindrical-coordinate representation of color #AF7446: hue angle of 26.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF7446 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17511670-
CMYK00.340.600.31
HSL26.29º42.86%48.04%-
HSV(B)26.29º60%68.63%-
XYZ25.0322.058.73-
YUV128.495.05161.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=48.48%
G=32.13%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751167000.340.600.3126.2942.8648.04
HexAF74460223C1F1a2b30
Octal2571641060427437325360
Binary101011111110100100011001000101111001111111010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7446; }

 p { color: rgb(175,116,70); }

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

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

 a { background-color: rgb(175,116,70); }

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

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

 span { border-color: rgb(175,116,70); }

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