Html Css Color HEX #A5693F Bourbon

📋 copy color: '#A5693F'

red 165 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #A5693F

Tints of Bourbon #A5693F

RGB

 RED value IS 165 (64.84% from 255) = 49.55%

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

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

R = 49.55%
G = 31.53%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5693F (or 0xA5693F) is known color: Bourbon. HEX triplet: A5, 69 and 3F. RGB value is (165,105,63). Sum of RGB (Red+Green+Blue) = 165+105+63=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A5693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5693F is #5A96C0. Grayscale: #767676. Windows color (decimal): -5936833 or 4155813. OLE color: 4155813.

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

Color convert

RGB 165 105 63 -
CMYK 0 0.36 0.62 0.35
HSL 24.71º 0.45% 0.45% -
HSV(B) 24.71º 0.62% 0.65% -
XYZ 21.47 18.46 7.13 -
YUV 118.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 165 105 63 0 0.36 0.62 0.35 24.71 0.45 0.45
Hex A5 69 3F 0 24 3E 23 19 2D 2D
Octal 245 151 77 0 44 76 43 31 55 55
Binary 10100101 1101001 111111 0 100100 111110 100011 11001 101101 101101

Color Harmonies of #A5693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5693F

Black with #A5693F

Text Example


Text Example

White with #A5693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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