Html Css Color HEX #A47145 Bourbon

📋 copy color: '#A47145'

red 164 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #A47145

Tints of Bourbon #A47145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 47.4%
G = 32.66%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47145 (or 0xA47145) is known color: Bourbon. HEX triplet: A4, 71 and 45. RGB value is (164,113,69). Sum of RGB (Red+Green+Blue) = 164+113+69=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A47145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47145 is #5B8EBA. Grayscale: #7B7B7B. Windows color (decimal): -6000315 or 4551076. OLE color: 4551076.

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

Color convert

RGB 164 113 69 -
CMYK 0 0.31 0.58 0.36
HSL 27.79º 0.41% 0.46% -
HSV(B) 27.79º 0.58% 0.64% -
XYZ 22.29 20.13 8.34 -
YUV 123.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 164 113 69 0 0.31 0.58 0.36 27.79 0.41 0.46
Hex A4 71 45 0 1F 3A 24 1C 29 2E
Octal 244 161 105 0 37 72 44 34 51 56
Binary 10100100 1110001 1000101 0 11111 111010 100100 11100 101001 101110

Color Harmonies of #A47145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47145

Black with #A47145

Text Example


Text Example

White with #A47145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47145; }

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

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

background-color css

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

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

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

border-color css

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

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

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