Html Css Color HEX #A46942 Bourbon

📋 copy color: '#A46942'

red 164 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #A46942

Tints of Bourbon #A46942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

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

R = 48.96%
G = 31.34%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A46942 (or 0xA46942) is known color: Bourbon. HEX triplet: A4, 69 and 42. RGB value is (164,105,66). Sum of RGB (Red+Green+Blue) = 164+105+66=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46942 is #5B96BD. Grayscale: #767676. Windows color (decimal): -6002366 or 4352420. OLE color: 4352420.

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

Color convert

RGB 164 105 66 -
CMYK 0 0.36 0.60 0.36
HSL 23.88º 0.43% 0.45% -
HSV(B) 23.88º 0.6% 0.64% -
XYZ 21.34 18.39 7.58 -
YUV 118.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 164 105 66 0 0.36 0.60 0.36 23.88 0.43 0.45
Hex A4 69 42 0 24 3C 24 18 2B 2D
Octal 244 151 102 0 44 74 44 30 53 55
Binary 10100100 1101001 1000010 0 100100 111100 100100 11000 101011 101101

Color Harmonies of #A46942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46942

Black with #A46942

Text Example


Text Example

White with #A46942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46942; }

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

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

background-color css

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

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

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

border-color css

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

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

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