#AF734B

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

Shades of Bourbon #AF734B

Tints of Bourbon #AF734B

Color information

#AF734B (or 0xAF734B) is unknown color: approx Bourbon. HEX triplet: AF, 73 and 4B. RGB value is (175,115,75). Sum of RGB (Red+Green+Blue) = 175+115+75=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF734B is #508CB4. Grayscale: #808080. Windows color (decimal): -5278901 or 4944815. OLE color: 4944815.

HSL color Cylindrical-coordinate representation of color #AF734B: hue angle of 24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF734B is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17511575-
CMYK00.340.570.31
HSL24º40%49.02%-
HSV(B)24º57.14%68.63%-
XYZ25.0821.889.56-
YUV128.3897.88161.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=47.95%
G=31.51%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751157500.340.570.31244049.02
HexAF734B022391F182831
Octal2571631130427137305061
Binary101011111110011100101101000101110011111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF734B; }

 p { color: rgb(175,115,75); }

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

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

 a { background-color: rgb(175,115,75); }

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

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

 span { border-color: rgb(175,115,75); }

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