Html Css Color HEX #A46F48 Bourbon

📋 copy color: '#A46F48'

red 164 ◦ green 111 ◦ blue 72

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

Shades of Bourbon #A46F48

Tints of Bourbon #A46F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 47.26%
G = 31.99%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A46F48 (or 0xA46F48) is known color: Bourbon. HEX triplet: A4, 6F and 48. RGB value is (164,111,72). Sum of RGB (Red+Green+Blue) = 164+111+72=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F48 is #5B90B7. Grayscale: #7A7A7A. Windows color (decimal): -6000824 or 4747172. OLE color: 4747172.

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

Color convert

RGB 164 111 72 -
CMYK 0 0.32 0.56 0.36
HSL 25.43º 0.39% 0.46% -
HSV(B) 25.43º 0.56% 0.64% -
XYZ 22.16 19.73 8.77 -
YUV 122.4 99.56 157.67 -
System Red Green Blue C M Y K H S L
Decimal 164 111 72 0 0.32 0.56 0.36 25.43 0.39 0.46
Hex A4 6F 48 0 20 38 24 19 27 2E
Octal 244 157 110 0 40 70 44 31 47 56
Binary 10100100 1101111 1001000 0 100000 111000 100100 11001 100111 101110

Color Harmonies of #A46F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F48

Black with #A46F48

Text Example


Text Example

White with #A46F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F48; }

 p { color: rgb(164,111,72); }

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

background-color css

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

 a { background-color: rgb(164,111,72); }

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

border-color css

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

 span { border-color: rgb(164,111,72); }

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