Html Css Color HEX #AB7047 Bourbon

📋 copy color: '#AB7047'

red 171 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #AB7047

Tints of Bourbon #AB7047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 48.31%
G = 31.64%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7047 (or 0xAB7047) is known color: Bourbon. HEX triplet: AB, 70 and 47. RGB value is (171,112,71). Sum of RGB (Red+Green+Blue) = 171+112+71=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7047 is #548FB8. Grayscale: #7D7D7D. Windows color (decimal): -5541817 or 4681899. OLE color: 4681899.

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

Color convert

RGB 171 112 71 -
CMYK 0 0.35 0.58 0.33
HSL 24.6º 0.41% 0.47% -
HSV(B) 24.6º 0.58% 0.67% -
XYZ 23.73 20.7 8.71 -
YUV 124.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 171 112 71 0 0.35 0.58 0.33 24.6 0.41 0.47
Hex AB 70 47 0 23 3A 21 19 29 2F
Octal 253 160 107 0 43 72 41 31 51 57
Binary 10101011 1110000 1000111 0 100011 111010 100001 11001 101001 101111

Color Harmonies of #AB7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7047

Black with #AB7047

Text Example


Text Example

White with #AB7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7047; }

 p { color: rgb(171,112,71); }

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

background-color css

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

 a { background-color: rgb(171,112,71); }

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

border-color css

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

 span { border-color: rgb(171,112,71); }

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