Html Css Color HEX #A56F46 Bourbon

📋 copy color: '#A56F46'

red 165 ◦ green 111 ◦ blue 70

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

Shades of Bourbon #A56F46

Tints of Bourbon #A56F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 47.69%
G = 32.08%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A56F46 (or 0xA56F46) is known color: Bourbon. HEX triplet: A5, 6F and 46. RGB value is (165,111,70). Sum of RGB (Red+Green+Blue) = 165+111+70=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F46 is #5A90B9. Grayscale: #7A7A7A. Windows color (decimal): -5935290 or 4616101. OLE color: 4616101.

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

Color convert

RGB 165 111 70 -
CMYK 0 0.33 0.58 0.35
HSL 25.89º 0.4% 0.46% -
HSV(B) 25.89º 0.58% 0.65% -
XYZ 22.31 19.81 8.44 -
YUV 122.47 98.39 158.33 -
System Red Green Blue C M Y K H S L
Decimal 165 111 70 0 0.33 0.58 0.35 25.89 0.4 0.46
Hex A5 6F 46 0 21 3A 23 1A 28 2E
Octal 245 157 106 0 41 72 43 32 50 56
Binary 10100101 1101111 1000110 0 100001 111010 100011 11010 101000 101110

Color Harmonies of #A56F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F46

Black with #A56F46

Text Example


Text Example

White with #A56F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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