Html Css Color HEX #A46B46 Bourbon

📋 copy color: '#A46B46'

red 164 ◦ green 107 ◦ blue 70

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

Shades of Bourbon #A46B46

Tints of Bourbon #A46B46

RGB

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

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

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

R = 48.09%
G = 31.38%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46B46 (or 0xA46B46) is known color: Bourbon. HEX triplet: A4, 6B and 46. RGB value is (164,107,70). Sum of RGB (Red+Green+Blue) = 164+107+70=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B46 is #5B94B9. Grayscale: #787878. Windows color (decimal): -6001850 or 4615076. OLE color: 4615076.

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

Color convert

RGB 164 107 70 -
CMYK 0 0.35 0.57 0.36
HSL 23.62º 0.4% 0.46% -
HSV(B) 23.62º 0.57% 0.64% -
XYZ 21.67 18.85 8.29 -
YUV 119.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 164 107 70 0 0.35 0.57 0.36 23.62 0.4 0.46
Hex A4 6B 46 0 23 39 24 18 28 2E
Octal 244 153 106 0 43 71 44 30 50 56
Binary 10100100 1101011 1000110 0 100011 111001 100100 11000 101000 101110

Color Harmonies of #A46B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B46

Black with #A46B46

Text Example


Text Example

White with #A46B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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