Html Css Color HEX #A37045 Bourbon

📋 copy color: '#A37045'

red 163 ◦ green 112 ◦ blue 69

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

Shades of Bourbon #A37045

Tints of Bourbon #A37045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 47.38%
G = 32.56%
B = 20.06%

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

#A37045 (or 0xA37045) is known color: Bourbon. HEX triplet: A3, 70 and 45. RGB value is (163,112,69). Sum of RGB (Red+Green+Blue) = 163+112+69=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A37045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37045 is #5C8FBA. Grayscale: #7A7A7A. Windows color (decimal): -6066107 or 4550819. OLE color: 4550819.

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

Color convert

RGB 163 112 69 -
CMYK 0 0.31 0.58 0.36
HSL 27.45º 0.41% 0.45% -
HSV(B) 27.45º 0.58% 0.64% -
XYZ 21.97 19.8 8.29 -
YUV 122.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 163 112 69 0 0.31 0.58 0.36 27.45 0.41 0.45
Hex A3 70 45 0 1F 3A 24 1B 29 2D
Octal 243 160 105 0 37 72 44 33 51 55
Binary 10100011 1110000 1000101 0 11111 111010 100100 11011 101001 101101

Color Harmonies of #A37045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37045

Black with #A37045

Text Example


Text Example

White with #A37045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37045; }

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

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

background-color css

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

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

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

border-color css

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

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

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