#AF7248

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

Shades of Bourbon #AF7248

Tints of Bourbon #AF7248

Color information

#AF7248 (or 0xAF7248) is unknown color: approx Bourbon. HEX triplet: AF, 72 and 48. RGB value is (175,114,72). Sum of RGB (Red+Green+Blue) = 175+114+72=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7248 is #508DB7. Grayscale: #7F7F7F. Windows color (decimal): -5279160 or 4747951. OLE color: 4747951.

HSL color Cylindrical-coordinate representation of color #AF7248: hue angle of 24.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF7248 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17511472-
CMYK00.350.590.31
HSL24.47º41.7%48.43%-
HSV(B)24.47º58.86%68.63%-
XYZ24.8721.628.99-
YUV127.4596.71161.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=48.48%
G=31.58%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751147200.350.590.3124.4741.748.43
HexAF72480233B1F182a30
Octal2571621100437337305260
Binary101011111110010100100001000111110111111111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7248; }

 p { color: rgb(175,114,72); }

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

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

 a { background-color: rgb(175,114,72); }

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

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

 span { border-color: rgb(175,114,72); }

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