Html Css Color HEX #A56F43 Bourbon

📋 copy color: '#A56F43'

red 165 ◦ green 111 ◦ blue 67

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

Shades of Bourbon #A56F43

Tints of Bourbon #A56F43

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 48.1%
G = 32.36%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A56F43 (or 0xA56F43) is known color: Bourbon. HEX triplet: A5, 6F and 43. RGB value is (165,111,67). Sum of RGB (Red+Green+Blue) = 165+111+67=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F43 is #5A90BC. Grayscale: #7A7A7A. Windows color (decimal): -5935293 or 4419493. OLE color: 4419493.

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

Color convert

RGB 165 111 67 -
CMYK 0 0.33 0.59 0.35
HSL 26.94º 0.42% 0.45% -
HSV(B) 26.94º 0.59% 0.65% -
XYZ 22.21 19.77 7.96 -
YUV 122.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 165 111 67 0 0.33 0.59 0.35 26.94 0.42 0.45
Hex A5 6F 43 0 21 3B 23 1B 2A 2D
Octal 245 157 103 0 41 73 43 33 52 55
Binary 10100101 1101111 1000011 0 100001 111011 100011 11011 101010 101101

Color Harmonies of #A56F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F43

Black with #A56F43

Text Example


Text Example

White with #A56F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F43; }

 p { color: rgb(165,111,67); }

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

background-color css

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

 a { background-color: rgb(165,111,67); }

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

border-color css

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

 span { border-color: rgb(165,111,67); }

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