Html Css Color HEX #AB7144 Bourbon

📋 copy color: '#AB7144'

red 171 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #AB7144

Tints of Bourbon #AB7144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 48.58%
G = 32.1%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB7144 (or 0xAB7144) is known color: Bourbon. HEX triplet: AB, 71 and 44. RGB value is (171,113,68). Sum of RGB (Red+Green+Blue) = 171+113+68=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7144 is #548EBB. Grayscale: #7D7D7D. Windows color (decimal): -5541564 or 4485547. OLE color: 4485547.

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

Color convert

RGB 171 113 68 -
CMYK 0 0.34 0.60 0.33
HSL 26.21º 0.43% 0.47% -
HSV(B) 26.21º 0.6% 0.67% -
XYZ 23.74 20.89 8.25 -
YUV 125.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 171 113 68 0 0.34 0.60 0.33 26.21 0.43 0.47
Hex AB 71 44 0 22 3C 21 1A 2B 2F
Octal 253 161 104 0 42 74 41 32 53 57
Binary 10101011 1110001 1000100 0 100010 111100 100001 11010 101011 101111

Color Harmonies of #AB7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7144

Black with #AB7144

Text Example


Text Example

White with #AB7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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