Html Css Color HEX #A56A3C Bourbon

📋 copy color: '#A56A3C'

red 165 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #A56A3C

Tints of Bourbon #A56A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 49.85%
G = 32.02%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A56A3C (or 0xA56A3C) is known color: Bourbon. HEX triplet: A5, 6A and 3C. RGB value is (165,106,60). Sum of RGB (Red+Green+Blue) = 165+106+60=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A3C is #5A95C3. Grayscale: #767676. Windows color (decimal): -5936580 or 3959461. OLE color: 3959461.

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

Color convert

RGB 165 106 60 -
CMYK 0 0.36 0.64 0.35
HSL 26.29º 0.47% 0.44% -
HSV(B) 26.29º 0.64% 0.65% -
XYZ 21.49 18.63 6.74 -
YUV 118.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 165 106 60 0 0.36 0.64 0.35 26.29 0.47 0.44
Hex A5 6A 3C 0 24 40 23 1A 2F 2C
Octal 245 152 74 0 44 100 43 32 57 54
Binary 10100101 1101010 111100 0 100100 1000000 100011 11010 101111 101100

Color Harmonies of #A56A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A3C

Black with #A56A3C

Text Example


Text Example

White with #A56A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A3C; }

 p { color: rgb(165,106,60); }

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

background-color css

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

 a { background-color: rgb(165,106,60); }

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

border-color css

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

 span { border-color: rgb(165,106,60); }

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