Html Css Color HEX #A37044 Bourbon

📋 copy color: '#A37044'

red 163 ◦ green 112 ◦ blue 68

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

Shades of Bourbon #A37044

Tints of Bourbon #A37044

RGB

 RED value IS 163 (64.06% from 255) = 47.52%

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

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

R = 47.52%
G = 32.65%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A37044 (or 0xA37044) is known color: Bourbon. HEX triplet: A3, 70 and 44. RGB value is (163,112,68). Sum of RGB (Red+Green+Blue) = 163+112+68=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A37044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37044 is #5C8FBB. Grayscale: #7A7A7A. Windows color (decimal): -6066108 or 4485283. OLE color: 4485283.

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

Color convert

RGB 163 112 68 -
CMYK 0 0.31 0.58 0.36
HSL 27.79º 0.41% 0.45% -
HSV(B) 27.79º 0.58% 0.64% -
XYZ 21.94 19.79 8.13 -
YUV 122.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 163 112 68 0 0.31 0.58 0.36 27.79 0.41 0.45
Hex A3 70 44 0 1F 3A 24 1C 29 2D
Octal 243 160 104 0 37 72 44 34 51 55
Binary 10100011 1110000 1000100 0 11111 111010 100100 11100 101001 101101

Color Harmonies of #A37044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37044

Black with #A37044

Text Example


Text Example

White with #A37044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37044; }

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

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

background-color css

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

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

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

border-color css

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

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

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