Html Css Color HEX #A47045 Bourbon

📋 copy color: '#A47045'

red 164 ◦ green 112 ◦ blue 69

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

Shades of Bourbon #A47045

Tints of Bourbon #A47045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 47.54%
G = 32.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A47045 (or 0xA47045) is known color: Bourbon. HEX triplet: A4, 70 and 45. RGB value is (164,112,69). Sum of RGB (Red+Green+Blue) = 164+112+69=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47045 is #5B8FBA. Grayscale: #7A7A7A. Windows color (decimal): -6000571 or 4550820. OLE color: 4550820.

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

Color convert

RGB 164 112 69 -
CMYK 0 0.32 0.58 0.36
HSL 27.16º 0.41% 0.46% -
HSV(B) 27.16º 0.58% 0.64% -
XYZ 22.18 19.91 8.3 -
YUV 122.65 97.73 157.5 -
System Red Green Blue C M Y K H S L
Decimal 164 112 69 0 0.32 0.58 0.36 27.16 0.41 0.46
Hex A4 70 45 0 20 3A 24 1B 29 2E
Octal 244 160 105 0 40 72 44 33 51 56
Binary 10100100 1110000 1000101 0 100000 111010 100100 11011 101001 101110

Color Harmonies of #A47045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47045

Black with #A47045

Text Example


Text Example

White with #A47045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47045; }

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

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

background-color css

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

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

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

border-color css

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

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

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