Html Css Color HEX #A47246 Bourbon

📋 copy color: '#A47246'

red 164 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #A47246

Tints of Bourbon #A47246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 47.13%
G = 32.76%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47246 (or 0xA47246) is known color: Bourbon. HEX triplet: A4, 72 and 46. RGB value is (164,114,70). Sum of RGB (Red+Green+Blue) = 164+114+70=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47246 is #5B8DB9. Grayscale: #7C7C7C. Windows color (decimal): -6000058 or 4616868. OLE color: 4616868.

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

Color convert

RGB 164 114 70 -
CMYK 0 0.30 0.57 0.36
HSL 28.09º 0.4% 0.46% -
HSV(B) 28.09º 0.57% 0.64% -
XYZ 22.43 20.37 8.54 -
YUV 123.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 164 114 70 0 0.30 0.57 0.36 28.09 0.4 0.46
Hex A4 72 46 0 1E 39 24 1C 28 2E
Octal 244 162 106 0 36 71 44 34 50 56
Binary 10100100 1110010 1000110 0 11110 111001 100100 11100 101000 101110

Color Harmonies of #A47246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47246

Black with #A47246

Text Example


Text Example

White with #A47246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47246; }

 p { color: rgb(164,114,70); }

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

background-color css

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

 a { background-color: rgb(164,114,70); }

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

border-color css

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

 span { border-color: rgb(164,114,70); }

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