Html Css Color HEX #A46F42 Bourbon

📋 copy color: '#A46F42'

red 164 ◦ green 111 ◦ blue 66

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

Shades of Bourbon #A46F42

Tints of Bourbon #A46F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 48.09%
G = 32.55%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A46F42 (or 0xA46F42) is known color: Bourbon. HEX triplet: A4, 6F and 42. RGB value is (164,111,66). Sum of RGB (Red+Green+Blue) = 164+111+66=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F42 is #5B90BD. Grayscale: #797979. Windows color (decimal): -6000830 or 4353956. OLE color: 4353956.

HSL color Cylindrical-coordinate representation of color #A46F42: hue angle of 27.55º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A46F42 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 111 66 -
CMYK 0 0.32 0.60 0.36
HSL 27.55º 0.43% 0.45% -
HSV(B) 27.55º 0.6% 0.64% -
XYZ 21.98 19.65 7.79 -
YUV 121.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 164 111 66 0 0.32 0.60 0.36 27.55 0.43 0.45
Hex A4 6F 42 0 20 3C 24 1C 2B 2D
Octal 244 157 102 0 40 74 44 34 53 55
Binary 10100100 1101111 1000010 0 100000 111100 100100 11100 101011 101101

Color Harmonies of #A46F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F42

Black with #A46F42

Text Example


Text Example

White with #A46F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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