Html Css Color HEX #A5753F Bourbon

📋 copy color: '#A5753F'

red 165 ◦ green 117 ◦ blue 63

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

Shades of Bourbon #A5753F

Tints of Bourbon #A5753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 47.83%
G = 33.91%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5753F (or 0xA5753F) is known color: Bourbon. HEX triplet: A5, 75 and 3F. RGB value is (165,117,63). Sum of RGB (Red+Green+Blue) = 165+117+63=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5753F is #5A8AC0. Grayscale: #7D7D7D. Windows color (decimal): -5933761 or 4158885. OLE color: 4158885.

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

Color convert

RGB 165 117 63 -
CMYK 0 0.29 0.62 0.35
HSL 31.76º 0.45% 0.45% -
HSV(B) 31.76º 0.62% 0.65% -
XYZ 22.78 21.08 7.57 -
YUV 125.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 165 117 63 0 0.29 0.62 0.35 31.76 0.45 0.45
Hex A5 75 3F 0 1D 3E 23 20 2D 2D
Octal 245 165 77 0 35 76 43 40 55 55
Binary 10100101 1110101 111111 0 11101 111110 100011 100000 101101 101101

Color Harmonies of #A5753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5753F

Black with #A5753F

Text Example


Text Example

White with #A5753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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