#af6438

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

Shades of Bourbon #AF6438

Tints of Bourbon #AF6438

Color information

#AF6438 (or 0xAF6438) is unknown color: approx Bourbon. HEX triplet: AF, 64 and 38. RGB value is (175,100,56). Sum of RGB (Red+Green+Blue) = 175+100+56=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6438 is #509BC7. Grayscale: #757575. Windows color (decimal): -5282760 or 3695791. OLE color: 3695791.

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

Color convert

RGB17510056-
CMYK00.430.680.31
HSL22.18º51.52%45.29%-
HSV(B)22.18º68%68.63%-
XYZ22.9518.516.11-
YUV117.4193.35169.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.87%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=52.87%
G=30.21%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751005600.430.680.3122.1851.5245.29
HexAF643802B441F16342d
Octal2571447005310437266455
Binary101011111100100111000010101110001001111110110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6438; }

 p { color: rgb(175,100,56); }

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

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

 a { background-color: rgb(175,100,56); }

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

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

 span { border-color: rgb(175,100,56); }

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