Html Css Color HEX #A47047 Bourbon

📋 copy color: '#A47047'

red 164 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #A47047

Tints of Bourbon #A47047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.46%

R = 47.26%
G = 32.28%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47047 (or 0xA47047) is known color: Bourbon. HEX triplet: A4, 70 and 47. RGB value is (164,112,71). Sum of RGB (Red+Green+Blue) = 164+112+71=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A47047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47047 is #5B8FB8. Grayscale: #7B7B7B. Windows color (decimal): -6000569 or 4681892. OLE color: 4681892.

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

Color convert

RGB 164 112 71 -
CMYK 0 0.32 0.57 0.36
HSL 26.45º 0.4% 0.46% -
HSV(B) 26.45º 0.57% 0.64% -
XYZ 22.24 19.94 8.64 -
YUV 122.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 164 112 71 0 0.32 0.57 0.36 26.45 0.4 0.46
Hex A4 70 47 0 20 39 24 1A 28 2E
Octal 244 160 107 0 40 71 44 32 50 56
Binary 10100100 1110000 1000111 0 100000 111001 100100 11010 101000 101110

Color Harmonies of #A47047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47047

Black with #A47047

Text Example


Text Example

White with #A47047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47047; }

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

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

background-color css

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

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

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

border-color css

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

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

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