Html Css Color HEX #A07044 Bourbon

📋 copy color: '#A07044'

red 160 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #A07044

Tints of Bourbon #A07044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 47.06%
G = 32.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A07044 (or 0xA07044) is known color: Bourbon. HEX triplet: A0, 70 and 44. RGB value is (160,112,68). Sum of RGB (Red+Green+Blue) = 160+112+68=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A07044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07044 is #5F8FBB. Grayscale: #797979. Windows color (decimal): -6262716 or 4485280. OLE color: 4485280.

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

Color convert

RGB 160 112 68 -
CMYK 0 0.30 0.57 0.37
HSL 28.7º 0.4% 0.45% -
HSV(B) 28.7º 0.58% 0.63% -
XYZ 21.33 19.48 8.1 -
YUV 121.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 160 112 68 0 0.30 0.57 0.37 28.7 0.4 0.45
Hex A0 70 44 0 1E 39 25 1D 28 2D
Octal 240 160 104 0 36 71 45 35 50 55
Binary 10100000 1110000 1000100 0 11110 111001 100101 11101 101000 101101

Color Harmonies of #A07044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07044

Black with #A07044

Text Example


Text Example

White with #A07044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07044; }

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

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

background-color css

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

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

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

border-color css

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

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

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