Html Css Color HEX #A6723A Bourbon

📋 copy color: '#A6723A'

red 166 ◦ green 114 ◦ blue 58

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

Shades of Bourbon #A6723A

Tints of Bourbon #A6723A

RGB

 RED value IS 166 (65.23% from 255) = 49.11%

 GREEN value IS 114 (44.92% from 255) = 33.73%

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 49.11%
G = 33.73%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6723A (or 0xA6723A) is known color: Bourbon. HEX triplet: A6, 72 and 3A. RGB value is (166,114,58). Sum of RGB (Red+Green+Blue) = 166+114+58=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6723A is #598DC5. Grayscale: #7B7B7B. Windows color (decimal): -5868998 or 3830438. OLE color: 3830438.

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

Color convert

RGB 166 114 58 -
CMYK 0 0.31 0.65 0.35
HSL 31.11º 0.48% 0.44% -
HSV(B) 31.11º 0.65% 0.65% -
XYZ 22.51 20.45 6.76 -
YUV 123.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 166 114 58 0 0.31 0.65 0.35 31.11 0.48 0.44
Hex A6 72 3A 0 1F 41 23 1F 30 2C
Octal 246 162 72 0 37 101 43 37 60 54
Binary 10100110 1110010 111010 0 11111 1000001 100011 11111 110000 101100

Color Harmonies of #A6723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6723A

Black with #A6723A

Text Example


Text Example

White with #A6723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6723A; }

 p { color: rgb(166,114,58); }

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

background-color css

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

 a { background-color: rgb(166,114,58); }

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

border-color css

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

 span { border-color: rgb(166,114,58); }

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