Html Css Color HEX #A36C3C Bourbon

📋 copy color: '#A36C3C'

red 163 ◦ green 108 ◦ blue 60

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

Shades of Bourbon #A36C3C

Tints of Bourbon #A36C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 49.24%
G = 32.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A36C3C (or 0xA36C3C) is known color: Bourbon. HEX triplet: A3, 6C and 3C. RGB value is (163,108,60). Sum of RGB (Red+Green+Blue) = 163+108+60=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C3C is #5C93C3. Grayscale: #777777. Windows color (decimal): -6067140 or 3959971. OLE color: 3959971.

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

Color convert

RGB 163 108 60 -
CMYK 0 0.34 0.63 0.36
HSL 27.96º 0.46% 0.44% -
HSV(B) 27.96º 0.63% 0.64% -
XYZ 21.28 18.84 6.79 -
YUV 118.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 163 108 60 0 0.34 0.63 0.36 27.96 0.46 0.44
Hex A3 6C 3C 0 22 3F 24 1C 2E 2C
Octal 243 154 74 0 42 77 44 34 56 54
Binary 10100011 1101100 111100 0 100010 111111 100100 11100 101110 101100

Color Harmonies of #A36C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C3C

Black with #A36C3C

Text Example


Text Example

White with #A36C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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