Html Css Color HEX #A07143 Bourbon

📋 copy color: '#A07143'

red 160 ◦ green 113 ◦ blue 67

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

Shades of Bourbon #A07143

Tints of Bourbon #A07143

RGB

 RED value IS 160 (62.89% from 255) = 47.06%

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

 BLUE value IS 67 (26.56% from 255) = 19.71%

R = 47.06%
G = 33.24%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07143 (or 0xA07143) is known color: Bourbon. HEX triplet: A0, 71 and 43. RGB value is (160,113,67). Sum of RGB (Red+Green+Blue) = 160+113+67=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A07143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07143 is #5F8EBC. Grayscale: #7A7A7A. Windows color (decimal): -6262461 or 4420000. OLE color: 4420000.

HSL color Cylindrical-coordinate representation of color #A07143: hue angle of 29.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A07143 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 67 -
CMYK 0 0.29 0.58 0.37
HSL 29.68º 0.41% 0.45% -
HSV(B) 29.68º 0.58% 0.63% -
XYZ 21.42 19.69 7.98 -
YUV 121.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 160 113 67 0 0.29 0.58 0.37 29.68 0.41 0.45
Hex A0 71 43 0 1D 3A 25 1E 29 2D
Octal 240 161 103 0 35 72 45 36 51 55
Binary 10100000 1110001 1000011 0 11101 111010 100101 11110 101001 101101

Color Harmonies of #A07143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07143

Black with #A07143

Text Example


Text Example

White with #A07143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07143; }

 p { color: rgb(160,113,67); }

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

background-color css

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

 a { background-color: rgb(160,113,67); }

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

border-color css

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

 span { border-color: rgb(160,113,67); }

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