#AF764B

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

Shades of Bourbon #AF764B

Tints of Bourbon #AF764B

Color information

#AF764B (or 0xAF764B) is unknown color: approx Bourbon. HEX triplet: AF, 76 and 4B. RGB value is (175,118,75). Sum of RGB (Red+Green+Blue) = 175+118+75=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF764B is #5089B4. Grayscale: #828282. Windows color (decimal): -5278133 or 4945583. OLE color: 4945583.

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

Color convert

RGB17511875-
CMYK00.330.570.31
HSL25.8º40%49.02%-
HSV(B)25.8º57.14%68.63%-
XYZ25.4322.589.67-
YUV130.1496.88160-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=47.55%
G=32.07%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751187500.330.570.3125.84049.02
HexAF764B021391F1a2831
Octal2571661130417137325061
Binary101011111110110100101101000011110011111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF764B; }

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

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

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

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

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

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

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

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