Html Css Color HEX #A46E3C Bourbon

📋 copy color: '#A46E3C'

red 164 ◦ green 110 ◦ blue 60

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

Shades of Bourbon #A46E3C

Tints of Bourbon #A46E3C

RGB

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

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

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

R = 49.1%
G = 32.93%
B = 17.96%

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

#A46E3C (or 0xA46E3C) is known color: Bourbon. HEX triplet: A4, 6E and 3C. RGB value is (164,110,60). Sum of RGB (Red+Green+Blue) = 164+110+60=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E3C is #5B91C3. Grayscale: #787878. Windows color (decimal): -6001092 or 3960484. OLE color: 3960484.

HSL color Cylindrical-coordinate representation of color #A46E3C: hue angle of 28.85º 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 #A46E3C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 110 60 -
CMYK 0 0.33 0.63 0.36
HSL 28.85º 0.46% 0.44% -
HSV(B) 28.85º 0.63% 0.64% -
XYZ 21.7 19.37 6.87 -
YUV 120.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 164 110 60 0 0.33 0.63 0.36 28.85 0.46 0.44
Hex A4 6E 3C 0 21 3F 24 1D 2E 2C
Octal 244 156 74 0 41 77 44 35 56 54
Binary 10100100 1101110 111100 0 100001 111111 100100 11101 101110 101100

Color Harmonies of #A46E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E3C

Black with #A46E3C

Text Example


Text Example

White with #A46E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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