Html Css Color HEX #A56D42 Bourbon

📋 copy color: '#A56D42'

red 165 ◦ green 109 ◦ blue 66

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

Shades of Bourbon #A56D42

Tints of Bourbon #A56D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 48.53%
G = 32.06%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A56D42 (or 0xA56D42) is known color: Bourbon. HEX triplet: A5, 6D and 42. RGB value is (165,109,66). Sum of RGB (Red+Green+Blue) = 165+109+66=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D42 is #5A92BD. Grayscale: #797979. Windows color (decimal): -5935806 or 4353445. OLE color: 4353445.

HSL color Cylindrical-coordinate representation of color #A56D42: hue angle of 26.06º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A56D42 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 66 -
CMYK 0 0.34 0.60 0.35
HSL 26.06º 0.43% 0.45% -
HSV(B) 26.06º 0.6% 0.65% -
XYZ 21.97 19.33 7.73 -
YUV 120.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 165 109 66 0 0.34 0.60 0.35 26.06 0.43 0.45
Hex A5 6D 42 0 22 3C 23 1A 2B 2D
Octal 245 155 102 0 42 74 43 32 53 55
Binary 10100101 1101101 1000010 0 100010 111100 100011 11010 101011 101101

Color Harmonies of #A56D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D42

Black with #A56D42

Text Example


Text Example

White with #A56D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D42; }

 p { color: rgb(165,109,66); }

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

background-color css

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

 a { background-color: rgb(165,109,66); }

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

border-color css

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

 span { border-color: rgb(165,109,66); }

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