Html Css Color HEX #AB7145 Bourbon

📋 copy color: '#AB7145'

red 171 ◦ green 113 ◦ blue 69

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

Shades of Bourbon #AB7145

Tints of Bourbon #AB7145

RGB

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

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

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

R = 48.44%
G = 32.01%
B = 19.55%

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

#AB7145 (or 0xAB7145) is known color: Bourbon. HEX triplet: AB, 71 and 45. RGB value is (171,113,69). Sum of RGB (Red+Green+Blue) = 171+113+69=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7145 is #548EBA. Grayscale: #7D7D7D. Windows color (decimal): -5541563 or 4551083. OLE color: 4551083.

HSL color Cylindrical-coordinate representation of color #AB7145: hue angle of 25.88º 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 #AB7145 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 69 -
CMYK 0 0.34 0.60 0.33
HSL 25.88º 0.43% 0.47% -
HSV(B) 25.88º 0.6% 0.67% -
XYZ 23.77 20.9 8.41 -
YUV 125.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 171 113 69 0 0.34 0.60 0.33 25.88 0.43 0.47
Hex AB 71 45 0 22 3C 21 1A 2A 2F
Octal 253 161 105 0 42 74 41 32 52 57
Binary 10101011 1110001 1000101 0 100010 111100 100001 11010 101010 101111

Color Harmonies of #AB7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7145

Black with #AB7145

Text Example


Text Example

White with #AB7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7145; }

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

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

background-color css

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

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

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

border-color css

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

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

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