Html Css Color HEX #A87145 Bourbon

📋 copy color: '#A87145'

red 168 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #A87145

Tints of Bourbon #A87145

RGB

 RED value IS 168 (66.02% from 255) = 48%

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 48%
G = 32.29%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A87145 (or 0xA87145) is known color: Bourbon. HEX triplet: A8, 71 and 45. RGB value is (168,113,69). Sum of RGB (Red+Green+Blue) = 168+113+69=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A87145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87145 is #578EBA. Grayscale: #7C7C7C. Windows color (decimal): -5738171 or 4551080. OLE color: 4551080.

HSL color Cylindrical-coordinate representation of color #A87145: hue angle of 26.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A87145 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 69 -
CMYK 0 0.33 0.59 0.34
HSL 26.67º 0.42% 0.46% -
HSV(B) 26.67º 0.59% 0.66% -
XYZ 23.13 20.56 8.38 -
YUV 124.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 168 113 69 0 0.33 0.59 0.34 26.67 0.42 0.46
Hex A8 71 45 0 21 3B 22 1B 2A 2E
Octal 250 161 105 0 41 73 42 33 52 56
Binary 10101000 1110001 1000101 0 100001 111011 100010 11011 101010 101110

Color Harmonies of #A87145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87145

Black with #A87145

Text Example


Text Example

White with #A87145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87145; }

 p { color: rgb(168,113,69); }

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

background-color css

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

 a { background-color: rgb(168,113,69); }

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

border-color css

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

 span { border-color: rgb(168,113,69); }

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