Html Css Color HEX #A37047 Bourbon

📋 copy color: '#A37047'

red 163 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #A37047

Tints of Bourbon #A37047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.52%

R = 47.11%
G = 32.37%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A37047 (or 0xA37047) is known color: Bourbon. HEX triplet: A3, 70 and 47. RGB value is (163,112,71). Sum of RGB (Red+Green+Blue) = 163+112+71=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37047 is #5C8FB8. Grayscale: #7A7A7A. Windows color (decimal): -6066105 or 4681891. OLE color: 4681891.

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

Color convert

RGB 163 112 71 -
CMYK 0 0.31 0.56 0.36
HSL 26.74º 0.39% 0.46% -
HSV(B) 26.74º 0.56% 0.64% -
XYZ 22.04 19.83 8.63 -
YUV 122.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 163 112 71 0 0.31 0.56 0.36 26.74 0.39 0.46
Hex A3 70 47 0 1F 38 24 1B 27 2E
Octal 243 160 107 0 37 70 44 33 47 56
Binary 10100011 1110000 1000111 0 11111 111000 100100 11011 100111 101110

Color Harmonies of #A37047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37047

Black with #A37047

Text Example


Text Example

White with #A37047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37047; }

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

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

background-color css

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

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

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

border-color css

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

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

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