Html Css Color HEX #A46B3D Bourbon

📋 copy color: '#A46B3D'

red 164 ◦ green 107 ◦ blue 61

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

Shades of Bourbon #A46B3D

Tints of Bourbon #A46B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 49.4%
G = 32.23%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A46B3D (or 0xA46B3D) is known color: Bourbon. HEX triplet: A4, 6B and 3D. RGB value is (164,107,61). Sum of RGB (Red+Green+Blue) = 164+107+61=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B3D is #5B94C2. Grayscale: #777777. Windows color (decimal): -6001859 or 4025252. OLE color: 4025252.

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

Color convert

RGB 164 107 61 -
CMYK 0 0.35 0.63 0.36
HSL 26.8º 0.46% 0.44% -
HSV(B) 26.8º 0.63% 0.64% -
XYZ 21.41 18.74 6.9 -
YUV 118.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 164 107 61 0 0.35 0.63 0.36 26.8 0.46 0.44
Hex A4 6B 3D 0 23 3F 24 1B 2E 2C
Octal 244 153 75 0 43 77 44 33 56 54
Binary 10100100 1101011 111101 0 100011 111111 100100 11011 101110 101100

Color Harmonies of #A46B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B3D

Black with #A46B3D

Text Example


Text Example

White with #A46B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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