#AF6A38

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

Shades of Bourbon #AF6A38

Tints of Bourbon #AF6A38

Color information

#AF6A38 (or 0xAF6A38) is unknown color: approx Bourbon. HEX triplet: AF, 6A and 38. RGB value is (175,106,56). Sum of RGB (Red+Green+Blue) = 175+106+56=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A38 is #5095C7. Grayscale: #797979. Windows color (decimal): -5281224 or 3697327. OLE color: 3697327.

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

Color convert

RGB17510656-
CMYK00.390.680.31
HSL25.21º51.52%45.29%-
HSV(B)25.21º68%68.63%-
XYZ23.5519.716.3-
YUV120.9391.36166.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.93%
GREEN value IS 106 (41.80% from 255) = 31.45%
BLUE value IS 56 (22.27% from 255) = 16.62%
R=51.93%
G=31.45%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751065600.390.680.3125.2151.5245.29
HexAF6A38027441F19342d
Octal2571527004710437316455
Binary101011111101010111000010011110001001111111001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A38; }

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

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

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

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

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

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

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

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