Html Css Color HEX #AF7140 Bourbon

📋 copy color: '#AF7140'

red 175 ◦ green 113 ◦ blue 64

#AF7140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AF7140

Tints of Bourbon #AF7140

RGB

 RED value IS 175 (68.75% from 255) = 49.72%

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 49.72%
G = 32.1%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7140 (or 0xAF7140) is known color: Bourbon. HEX triplet: AF, 71 and 40. RGB value is (175,113,64). Sum of RGB (Red+Green+Blue) = 175+113+64=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7140 is #508EBF. Grayscale: #7E7E7E. Windows color (decimal): -5279424 or 4223407. OLE color: 4223407.

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

Color convert

RGB 175 113 64 -
CMYK 0 0.35 0.63 0.31
HSL 26.49º 0.46% 0.47% -
HSV(B) 26.49º 0.63% 0.69% -
XYZ 24.51 21.29 7.67 -
YUV 125.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 175 113 64 0 0.35 0.63 0.31 26.49 0.46 0.47
Hex AF 71 40 0 23 3F 1F 1A 2E 2F
Octal 257 161 100 0 43 77 37 32 56 57
Binary 10101111 1110001 1000000 0 100011 111111 11111 11010 101110 101111

Color Harmonies of #AF7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7140

Black with #AF7140

Text Example


Text Example

White with #AF7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7140; }

 p { color: rgb(175,113,64); }

 H1.HeaderClassName
 {
   color: #AF7140;
 }
 .AnyTagClassName
 {
   color: #AF7140;
 }
</style>

background-color css

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

 a { background-color: rgb(175,113,64); }

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

border-color css

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

 span { border-color: rgb(175,113,64); }

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