#AF6636

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

Shades of Bourbon #AF6636

Tints of Bourbon #AF6636

Color information

#AF6636 (or 0xAF6636) is unknown color: approx Bourbon. HEX triplet: AF, 66 and 36. RGB value is (175,102,54). Sum of RGB (Red+Green+Blue) = 175+102+54=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6636 is #5099C9. Grayscale: #767676. Windows color (decimal): -5282250 or 3565231. OLE color: 3565231.

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

Color convert

RGB17510254-
CMYK00.420.690.31
HSL23.8º52.84%44.9%-
HSV(B)23.8º69.14%68.63%-
XYZ23.118.885.92-
YUV118.3591.68168.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=52.87%
G=30.82%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751025400.420.690.3123.852.8444.9
HexAF663602A451F18352d
Octal2571466605210537306555
Binary101011111100110110110010101010001011111111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6636; }

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

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

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

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

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

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

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

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