#AF6336

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

Shades of Bourbon #AF6336

Tints of Bourbon #AF6336

Color information

#AF6336 (or 0xAF6336) is unknown color: approx Bourbon. HEX triplet: AF, 63 and 36. RGB value is (175,99,54). Sum of RGB (Red+Green+Blue) = 175+99+54=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6336 is #509CC9. Grayscale: #747474. Windows color (decimal): -5283018 or 3564463. OLE color: 3564463.

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

Color convert

RGB1759954-
CMYK00.430.690.31
HSL22.31º52.84%44.9%-
HSV(B)22.31º69.14%68.63%-
XYZ22.8118.35.82-
YUV116.5992.68169.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.35%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=53.35%
G=30.18%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175995400.430.690.3122.3152.8444.9
HexAF633602B451F16352d
Octal2571436605310537266555
Binary101011111100011110110010101110001011111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6336; }

 p { color: rgb(175,99,54); }

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

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

 a { background-color: rgb(175,99,54); }

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

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

 span { border-color: rgb(175,99,54); }

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