Html Css Color HEX #A36C3F Bourbon

📋 copy color: '#A36C3F'

red 163 ◦ green 108 ◦ blue 63

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

Shades of Bourbon #A36C3F

Tints of Bourbon #A36C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 63 (25% from 255) = 18.86%

R = 48.8%
G = 32.34%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A36C3F (or 0xA36C3F) is known color: Bourbon. HEX triplet: A3, 6C and 3F. RGB value is (163,108,63). Sum of RGB (Red+Green+Blue) = 163+108+63=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C3F is #5C93C0. Grayscale: #777777. Windows color (decimal): -6067137 or 4156579. OLE color: 4156579.

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

Color convert

RGB 163 108 63 -
CMYK 0 0.34 0.61 0.36
HSL 27º 0.44% 0.44% -
HSV(B) 27º 0.61% 0.64% -
XYZ 21.36 18.87 7.22 -
YUV 119.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 163 108 63 0 0.34 0.61 0.36 27 0.44 0.44
Hex A3 6C 3F 0 22 3D 24 1B 2C 2C
Octal 243 154 77 0 42 75 44 33 54 54
Binary 10100011 1101100 111111 0 100010 111101 100100 11011 101100 101100

Color Harmonies of #A36C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C3F

Black with #A36C3F

Text Example


Text Example

White with #A36C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C3F; }

 p { color: rgb(163,108,63); }

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

background-color css

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

 a { background-color: rgb(163,108,63); }

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

border-color css

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

 span { border-color: rgb(163,108,63); }

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