Html Css Color HEX #A46B45 Bourbon

📋 copy color: '#A46B45'

red 164 ◦ green 107 ◦ blue 69

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

Shades of Bourbon #A46B45

Tints of Bourbon #A46B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 48.24%
G = 31.47%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A46B45 (or 0xA46B45) is known color: Bourbon. HEX triplet: A4, 6B and 45. RGB value is (164,107,69). Sum of RGB (Red+Green+Blue) = 164+107+69=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B45 is #5B94BA. Grayscale: #777777. Windows color (decimal): -6001851 or 4549540. OLE color: 4549540.

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

Color convert

RGB 164 107 69 -
CMYK 0 0.35 0.58 0.36
HSL 24º 0.41% 0.46% -
HSV(B) 24º 0.58% 0.64% -
XYZ 21.64 18.84 8.13 -
YUV 119.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 164 107 69 0 0.35 0.58 0.36 24 0.41 0.46
Hex A4 6B 45 0 23 3A 24 18 29 2E
Octal 244 153 105 0 43 72 44 30 51 56
Binary 10100100 1101011 1000101 0 100011 111010 100100 11000 101001 101110

Color Harmonies of #A46B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B45

Black with #A46B45

Text Example


Text Example

White with #A46B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B45; }

 p { color: rgb(164,107,69); }

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

background-color css

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

 a { background-color: rgb(164,107,69); }

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

border-color css

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

 span { border-color: rgb(164,107,69); }

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