Html Css Color HEX #A56E3D Bourbon

📋 copy color: '#A56E3D'

red 165 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #A56E3D

Tints of Bourbon #A56E3D

RGB

 RED value IS 165 (64.84% from 255) = 49.11%

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 49.11%
G = 32.74%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A56E3D (or 0xA56E3D) is known color: Bourbon. HEX triplet: A5, 6E and 3D. RGB value is (165,110,61). Sum of RGB (Red+Green+Blue) = 165+110+61=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E3D is #5A91C2. Grayscale: #797979. Windows color (decimal): -5935555 or 4026021. OLE color: 4026021.

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

Color convert

RGB 165 110 61 -
CMYK 0 0.33 0.63 0.35
HSL 28.27º 0.46% 0.44% -
HSV(B) 28.27º 0.63% 0.65% -
XYZ 21.94 19.49 7.02 -
YUV 120.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 165 110 61 0 0.33 0.63 0.35 28.27 0.46 0.44
Hex A5 6E 3D 0 21 3F 23 1C 2E 2C
Octal 245 156 75 0 41 77 43 34 56 54
Binary 10100101 1101110 111101 0 100001 111111 100011 11100 101110 101100

Color Harmonies of #A56E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E3D

Black with #A56E3D

Text Example


Text Example

White with #A56E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E3D; }

 p { color: rgb(165,110,61); }

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

background-color css

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

 a { background-color: rgb(165,110,61); }

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

border-color css

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

 span { border-color: rgb(165,110,61); }

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