Html Css Color HEX #A47144 Bourbon

📋 copy color: '#A47144'

red 164 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #A47144

Tints of Bourbon #A47144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 47.54%
G = 32.75%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A47144 (or 0xA47144) is known color: Bourbon. HEX triplet: A4, 71 and 44. RGB value is (164,113,68). Sum of RGB (Red+Green+Blue) = 164+113+68=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47144 is #5B8EBB. Grayscale: #7B7B7B. Windows color (decimal): -6000316 or 4485540. OLE color: 4485540.

HSL color Cylindrical-coordinate representation of color #A47144: hue angle of 28.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A47144 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 113 68 -
CMYK 0 0.31 0.59 0.36
HSL 28.13º 0.41% 0.45% -
HSV(B) 28.13º 0.59% 0.64% -
XYZ 22.26 20.12 8.18 -
YUV 123.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 164 113 68 0 0.31 0.59 0.36 28.13 0.41 0.45
Hex A4 71 44 0 1F 3B 24 1C 29 2D
Octal 244 161 104 0 37 73 44 34 51 55
Binary 10100100 1110001 1000100 0 11111 111011 100100 11100 101001 101101

Color Harmonies of #A47144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47144

Black with #A47144

Text Example


Text Example

White with #A47144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47144; }

 p { color: rgb(164,113,68); }

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

background-color css

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

 a { background-color: rgb(164,113,68); }

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

border-color css

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

 span { border-color: rgb(164,113,68); }

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