Html Css Color HEX #A4693F Bourbon

📋 copy color: '#A4693F'

red 164 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #A4693F

Tints of Bourbon #A4693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 49.4%
G = 31.63%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4693F (or 0xA4693F) is known color: Bourbon. HEX triplet: A4, 69 and 3F. RGB value is (164,105,63). Sum of RGB (Red+Green+Blue) = 164+105+63=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A4693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4693F is #5B96C0. Grayscale: #767676. Windows color (decimal): -6002369 or 4155812. OLE color: 4155812.

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

Color convert

RGB 164 105 63 -
CMYK 0 0.36 0.62 0.36
HSL 24.95º 0.44% 0.45% -
HSV(B) 24.95º 0.62% 0.64% -
XYZ 21.26 18.35 7.12 -
YUV 117.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 164 105 63 0 0.36 0.62 0.36 24.95 0.44 0.45
Hex A4 69 3F 0 24 3E 24 19 2C 2D
Octal 244 151 77 0 44 76 44 31 54 55
Binary 10100100 1101001 111111 0 100100 111110 100100 11001 101100 101101

Color Harmonies of #A4693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4693F

Black with #A4693F

Text Example


Text Example

White with #A4693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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