Html Css Color HEX #A3703E Bourbon

📋 copy color: '#A3703E'

red 163 ◦ green 112 ◦ blue 62

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

Shades of Bourbon #A3703E

Tints of Bourbon #A3703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 48.37%
G = 33.23%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3703E (or 0xA3703E) is known color: Bourbon. HEX triplet: A3, 70 and 3E. RGB value is (163,112,62). Sum of RGB (Red+Green+Blue) = 163+112+62=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3703E is #5C8FC1. Grayscale: #797979. Windows color (decimal): -6066114 or 4092067. OLE color: 4092067.

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

Color convert

RGB 163 112 62 -
CMYK 0 0.31 0.62 0.36
HSL 29.7º 0.45% 0.44% -
HSV(B) 29.7º 0.62% 0.64% -
XYZ 21.77 19.72 7.22 -
YUV 121.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 163 112 62 0 0.31 0.62 0.36 29.7 0.45 0.44
Hex A3 70 3E 0 1F 3E 24 1E 2D 2C
Octal 243 160 76 0 37 76 44 36 55 54
Binary 10100011 1110000 111110 0 11111 111110 100100 11110 101101 101100

Color Harmonies of #A3703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3703E

Black with #A3703E

Text Example


Text Example

White with #A3703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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