#AF6838

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

Shades of Bourbon #AF6838

Tints of Bourbon #AF6838

Color information

#AF6838 (or 0xAF6838) is unknown color: approx Bourbon. HEX triplet: AF, 68 and 38. RGB value is (175,104,56). Sum of RGB (Red+Green+Blue) = 175+104+56=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6838 is #5097C7. Grayscale: #787878. Windows color (decimal): -5281736 or 3696815. OLE color: 3696815.

HSL color Cylindrical-coordinate representation of color #AF6838: hue angle of 24.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF6838 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17510456-
CMYK00.410.680.31
HSL24.2º51.52%45.29%-
HSV(B)24.2º68%68.63%-
XYZ23.3419.36.24-
YUV119.7692.02167.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=52.24%
G=31.04%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751045600.410.680.3124.251.5245.29
HexAF6838029441F18342d
Octal2571507005110437306455
Binary101011111101000111000010100110001001111111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6838; }

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

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

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

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

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

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

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

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