Html Css Color HEX #A5693D Bourbon

📋 copy color: '#A5693D'

red 165 ◦ green 105 ◦ blue 61

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

Shades of Bourbon #A5693D

Tints of Bourbon #A5693D

RGB

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

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

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

R = 49.85%
G = 31.72%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5693D (or 0xA5693D) is known color: Bourbon. HEX triplet: A5, 69 and 3D. RGB value is (165,105,61). Sum of RGB (Red+Green+Blue) = 165+105+61=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5693D is #5A96C2. Grayscale: #767676. Windows color (decimal): -5936835 or 4024741. OLE color: 4024741.

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

Color convert

RGB 165 105 61 -
CMYK 0 0.36 0.63 0.35
HSL 25.38º 0.46% 0.44% -
HSV(B) 25.38º 0.63% 0.65% -
XYZ 21.41 18.44 6.85 -
YUV 117.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 165 105 61 0 0.36 0.63 0.35 25.38 0.46 0.44
Hex A5 69 3D 0 24 3F 23 19 2E 2C
Octal 245 151 75 0 44 77 43 31 56 54
Binary 10100101 1101001 111101 0 100100 111111 100011 11001 101110 101100

Color Harmonies of #A5693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5693D

Black with #A5693D

Text Example


Text Example

White with #A5693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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