Html Css Color HEX #AB7146 Bourbon

📋 copy color: '#AB7146'

red 171 ◦ green 113 ◦ blue 70

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

Shades of Bourbon #AB7146

Tints of Bourbon #AB7146

RGB

 RED value IS 171 (67.19% from 255) = 48.31%

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 48.31%
G = 31.92%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB7146 (or 0xAB7146) is known color: Bourbon. HEX triplet: AB, 71 and 46. RGB value is (171,113,70). Sum of RGB (Red+Green+Blue) = 171+113+70=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7146 is #548EB9. Grayscale: #7D7D7D. Windows color (decimal): -5541562 or 4616619. OLE color: 4616619.

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

Color convert

RGB 171 113 70 -
CMYK 0 0.34 0.59 0.33
HSL 25.54º 0.42% 0.47% -
HSV(B) 25.54º 0.59% 0.67% -
XYZ 23.81 20.91 8.58 -
YUV 125.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 171 113 70 0 0.34 0.59 0.33 25.54 0.42 0.47
Hex AB 71 46 0 22 3B 21 1A 2A 2F
Octal 253 161 106 0 42 73 41 32 52 57
Binary 10101011 1110001 1000110 0 100010 111011 100001 11010 101010 101111

Color Harmonies of #AB7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7146

Black with #AB7146

Text Example


Text Example

White with #AB7146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7146; }

 p { color: rgb(171,113,70); }

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

background-color css

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

 a { background-color: rgb(171,113,70); }

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

border-color css

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

 span { border-color: rgb(171,113,70); }

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