Html Css Color HEX #A5763E Bourbon

📋 copy color: '#A5763E'

red 165 ◦ green 118 ◦ blue 62

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

Shades of Bourbon #A5763E

Tints of Bourbon #A5763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 47.83%
G = 34.2%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5763E (or 0xA5763E) is known color: Bourbon. HEX triplet: A5, 76 and 3E. RGB value is (165,118,62). Sum of RGB (Red+Green+Blue) = 165+118+62=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5763E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5763E is #5A89C1. Grayscale: #7D7D7D. Windows color (decimal): -5933506 or 4093605. OLE color: 4093605.

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

Color convert

RGB 165 118 62 -
CMYK 0 0.28 0.62 0.35
HSL 32.62º 0.45% 0.45% -
HSV(B) 32.62º 0.62% 0.65% -
XYZ 22.86 21.3 7.46 -
YUV 125.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 165 118 62 0 0.28 0.62 0.35 32.62 0.45 0.45
Hex A5 76 3E 0 1C 3E 23 21 2D 2D
Octal 245 166 76 0 34 76 43 41 55 55
Binary 10100101 1110110 111110 0 11100 111110 100011 100001 101101 101101

Color Harmonies of #A5763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5763E

Black with #A5763E

Text Example


Text Example

White with #A5763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5763E; }

 p { color: rgb(165,118,62); }

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

background-color css

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

 a { background-color: rgb(165,118,62); }

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

border-color css

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

 span { border-color: rgb(165,118,62); }

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