Html Css Color HEX #A46E3D Bourbon

📋 copy color: '#A46E3D'

red 164 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #A46E3D

Tints of Bourbon #A46E3D

RGB

 RED value IS 164 (64.45% from 255) = 48.96%

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 48.96%
G = 32.84%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A46E3D (or 0xA46E3D) is known color: Bourbon. HEX triplet: A4, 6E and 3D. RGB value is (164,110,61). Sum of RGB (Red+Green+Blue) = 164+110+61=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E3D is #5B91C2. Grayscale: #787878. Windows color (decimal): -6001091 or 4026020. OLE color: 4026020.

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

Color convert

RGB 164 110 61 -
CMYK 0 0.33 0.63 0.36
HSL 28.54º 0.46% 0.44% -
HSV(B) 28.54º 0.63% 0.64% -
XYZ 21.73 19.38 7.01 -
YUV 120.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 164 110 61 0 0.33 0.63 0.36 28.54 0.46 0.44
Hex A4 6E 3D 0 21 3F 24 1D 2E 2C
Octal 244 156 75 0 41 77 44 35 56 54
Binary 10100100 1101110 111101 0 100001 111111 100100 11101 101110 101100

Color Harmonies of #A46E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E3D

Black with #A46E3D

Text Example


Text Example

White with #A46E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E3D; }

 p { color: rgb(164,110,61); }

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

background-color css

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

 a { background-color: rgb(164,110,61); }

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

border-color css

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

 span { border-color: rgb(164,110,61); }

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