Html Css Color HEX #A7693F Bourbon

📋 copy color: '#A7693F'

red 167 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #A7693F

Tints of Bourbon #A7693F

RGB

 RED value IS 167 (65.63% from 255) = 49.85%

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

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

R = 49.85%
G = 31.34%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A7693F (or 0xA7693F) is known color: Bourbon. HEX triplet: A7, 69 and 3F. RGB value is (167,105,63). Sum of RGB (Red+Green+Blue) = 167+105+63=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A7693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7693F is #5896C0. Grayscale: #767676. Windows color (decimal): -5805761 or 4155815. OLE color: 4155815.

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

Color convert

RGB 167 105 63 -
CMYK 0 0.37 0.62 0.35
HSL 24.23º 0.45% 0.45% -
HSV(B) 24.23º 0.62% 0.65% -
XYZ 21.89 18.68 7.15 -
YUV 118.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 167 105 63 0 0.37 0.62 0.35 24.23 0.45 0.45
Hex A7 69 3F 0 25 3E 23 18 2D 2D
Octal 247 151 77 0 45 76 43 30 55 55
Binary 10100111 1101001 111111 0 100101 111110 100011 11000 101101 101101

Color Harmonies of #A7693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7693F

Black with #A7693F

Text Example


Text Example

White with #A7693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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