Html Css Color HEX #A36C40 Bourbon

📋 copy color: '#A36C40'

red 163 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #A36C40

Tints of Bourbon #A36C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 48.66%
G = 32.24%
B = 19.1%

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

#A36C40 (or 0xA36C40) is known color: Bourbon. HEX triplet: A3, 6C and 40. RGB value is (163,108,64). Sum of RGB (Red+Green+Blue) = 163+108+64=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C40 is #5C93BF. Grayscale: #777777. Windows color (decimal): -6067136 or 4222115. OLE color: 4222115.

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

Color convert

RGB 163 108 64 -
CMYK 0 0.34 0.61 0.36
HSL 26.67º 0.44% 0.45% -
HSV(B) 26.67º 0.61% 0.64% -
XYZ 21.39 18.88 7.37 -
YUV 119.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 163 108 64 0 0.34 0.61 0.36 26.67 0.44 0.45
Hex A3 6C 40 0 22 3D 24 1B 2C 2D
Octal 243 154 100 0 42 75 44 33 54 55
Binary 10100011 1101100 1000000 0 100010 111101 100100 11011 101100 101101

Color Harmonies of #A36C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C40

Black with #A36C40

Text Example


Text Example

White with #A36C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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