#AF7A3F

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

Shades of Bourbon #AF7A3F

Tints of Bourbon #AF7A3F

Color information

#AF7A3F (or 0xAF7A3F) is unknown color: approx Bourbon. HEX triplet: AF, 7A and 3F. RGB value is (175,122,63). Sum of RGB (Red+Green+Blue) = 175+122+63=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A3F is #5085C0. Grayscale: #838383. Windows color (decimal): -5277121 or 4160175. OLE color: 4160175.

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

Color convert

RGB17512263-
CMYK00.300.640.31
HSL31.61º47.06%46.67%-
HSV(B)31.61º64%68.63%-
XYZ25.5423.397.87-
YUV131.1289.56159.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 63 (25% from 255) = 17.5%
R=48.61%
G=33.89%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751226300.300.640.3131.6147.0646.67
HexAF7A3F01E401F202f2f
Octal2571727703610037405757
Binary101011111111010111111011110100000011111100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A3F; }

 p { color: rgb(175,122,63); }

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

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

 a { background-color: rgb(175,122,63); }

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

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

 span { border-color: rgb(175,122,63); }

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