Html Css Color HEX #A36D46 Bourbon

📋 copy color: '#A36D46'

red 163 ◦ green 109 ◦ blue 70

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

Shades of Bourbon #A36D46

Tints of Bourbon #A36D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 47.66%
G = 31.87%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A36D46 (or 0xA36D46) is known color: Bourbon. HEX triplet: A3, 6D and 46. RGB value is (163,109,70). Sum of RGB (Red+Green+Blue) = 163+109+70=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D46 is #5C92B9. Grayscale: #787878. Windows color (decimal): -6066874 or 4615587. OLE color: 4615587.

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

Color convert

RGB 163 109 70 -
CMYK 0 0.33 0.57 0.36
HSL 25.16º 0.4% 0.46% -
HSV(B) 25.16º 0.57% 0.64% -
XYZ 21.68 19.17 8.35 -
YUV 120.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 163 109 70 0 0.33 0.57 0.36 25.16 0.4 0.46
Hex A3 6D 46 0 21 39 24 19 28 2E
Octal 243 155 106 0 41 71 44 31 50 56
Binary 10100011 1101101 1000110 0 100001 111001 100100 11001 101000 101110

Color Harmonies of #A36D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36D46

Black with #A36D46

Text Example


Text Example

White with #A36D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36D46; }

 p { color: rgb(163,109,70); }

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

background-color css

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

 a { background-color: rgb(163,109,70); }

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

border-color css

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

 span { border-color: rgb(163,109,70); }

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