Html Css Color HEX #A07043 Bourbon

📋 copy color: '#A07043'

red 160 ◦ green 112 ◦ blue 67

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

Shades of Bourbon #A07043

Tints of Bourbon #A07043

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

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

R = 47.2%
G = 33.04%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07043 (or 0xA07043) is known color: Bourbon. HEX triplet: A0, 70 and 43. RGB value is (160,112,67). Sum of RGB (Red+Green+Blue) = 160+112+67=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A07043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07043 is #5F8FBC. Grayscale: #797979. Windows color (decimal): -6262717 or 4419744. OLE color: 4419744.

HSL color Cylindrical-coordinate representation of color #A07043: hue angle of 29.03º 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 #A07043 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 67 -
CMYK 0 0.30 0.58 0.37
HSL 29.03º 0.41% 0.45% -
HSV(B) 29.03º 0.58% 0.63% -
XYZ 21.3 19.47 7.94 -
YUV 121.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 160 112 67 0 0.30 0.58 0.37 29.03 0.41 0.45
Hex A0 70 43 0 1E 3A 25 1D 29 2D
Octal 240 160 103 0 36 72 45 35 51 55
Binary 10100000 1110000 1000011 0 11110 111010 100101 11101 101001 101101

Color Harmonies of #A07043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07043

Black with #A07043

Text Example


Text Example

White with #A07043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07043; }

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

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

background-color css

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

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

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

border-color css

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

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

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