Html Css Color HEX #AB7048 Bourbon

📋 copy color: '#AB7048'

red 171 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #AB7048

Tints of Bourbon #AB7048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 48.17%
G = 31.55%
B = 20.28%

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

#AB7048 (or 0xAB7048) is known color: Bourbon. HEX triplet: AB, 70 and 48. RGB value is (171,112,72). Sum of RGB (Red+Green+Blue) = 171+112+72=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7048 is #548FB7. Grayscale: #7D7D7D. Windows color (decimal): -5541816 or 4747435. OLE color: 4747435.

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

Color convert

RGB 171 112 72 -
CMYK 0 0.35 0.58 0.33
HSL 24.24º 0.41% 0.48% -
HSV(B) 24.24º 0.58% 0.67% -
XYZ 23.76 20.71 8.88 -
YUV 125.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 171 112 72 0 0.35 0.58 0.33 24.24 0.41 0.48
Hex AB 70 48 0 23 3A 21 18 29 30
Octal 253 160 110 0 43 72 41 30 51 60
Binary 10101011 1110000 1001000 0 100011 111010 100001 11000 101001 110000

Color Harmonies of #AB7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7048

Black with #AB7048

Text Example


Text Example

White with #AB7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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