Html Css Color HEX #A37144 Bourbon

📋 copy color: '#A37144'

red 163 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #A37144

Tints of Bourbon #A37144

RGB

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

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

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

R = 47.38%
G = 32.85%
B = 19.77%

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

#A37144 (or 0xA37144) is known color: Bourbon. HEX triplet: A3, 71 and 44. RGB value is (163,113,68). Sum of RGB (Red+Green+Blue) = 163+113+68=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A37144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37144 is #5C8EBB. Grayscale: #7B7B7B. Windows color (decimal): -6065852 or 4485539. OLE color: 4485539.

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

Color convert

RGB 163 113 68 -
CMYK 0 0.31 0.58 0.36
HSL 28.42º 0.41% 0.45% -
HSV(B) 28.42º 0.58% 0.64% -
XYZ 22.05 20.01 8.17 -
YUV 122.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 163 113 68 0 0.31 0.58 0.36 28.42 0.41 0.45
Hex A3 71 44 0 1F 3A 24 1C 29 2D
Octal 243 161 104 0 37 72 44 34 51 55
Binary 10100011 1110001 1000100 0 11111 111010 100100 11100 101001 101101

Color Harmonies of #A37144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37144

Black with #A37144

Text Example


Text Example

White with #A37144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37144; }

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

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

background-color css

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

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

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

border-color css

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

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

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