Html Css Color HEX #A5703D Bourbon

📋 copy color: '#A5703D'

red 165 ◦ green 112 ◦ blue 61

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

Shades of Bourbon #A5703D

Tints of Bourbon #A5703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 48.82%
G = 33.14%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5703D (or 0xA5703D) is known color: Bourbon. HEX triplet: A5, 70 and 3D. RGB value is (165,112,61). Sum of RGB (Red+Green+Blue) = 165+112+61=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5703D is #5A8FC2. Grayscale: #7A7A7A. Windows color (decimal): -5935043 or 4026533. OLE color: 4026533.

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

Color convert

RGB 165 112 61 -
CMYK 0 0.32 0.63 0.35
HSL 29.42º 0.46% 0.44% -
HSV(B) 29.42º 0.63% 0.65% -
XYZ 22.15 19.92 7.09 -
YUV 122.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 165 112 61 0 0.32 0.63 0.35 29.42 0.46 0.44
Hex A5 70 3D 0 20 3F 23 1D 2E 2C
Octal 245 160 75 0 40 77 43 35 56 54
Binary 10100101 1110000 111101 0 100000 111111 100011 11101 101110 101100

Color Harmonies of #A5703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5703D

Black with #A5703D

Text Example


Text Example

White with #A5703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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