Html Css Color HEX #A4693D Bourbon

📋 copy color: '#A4693D'

red 164 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #A4693D

Tints of Bourbon #A4693D

RGB

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

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

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

R = 49.7%
G = 31.82%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4693D (or 0xA4693D) is known color: Bourbon. HEX triplet: A4, 69 and 3D. RGB value is (164,105,61). Sum of RGB (Red+Green+Blue) = 164+105+61=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693D is #5B96C2. Grayscale: #757575. Windows color (decimal): -6002371 or 4024740. OLE color: 4024740.

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

Color convert

RGB 164 105 61 -
CMYK 0 0.36 0.63 0.36
HSL 25.63º 0.46% 0.44% -
HSV(B) 25.63º 0.63% 0.64% -
XYZ 21.2 18.33 6.84 -
YUV 117.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 164 105 61 0 0.36 0.63 0.36 25.63 0.46 0.44
Hex A4 69 3D 0 24 3F 24 1A 2E 2C
Octal 244 151 75 0 44 77 44 32 56 54
Binary 10100100 1101001 111101 0 100100 111111 100100 11010 101110 101100

Color Harmonies of #A4693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4693D

Black with #A4693D

Text Example


Text Example

White with #A4693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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