Html Css Color HEX #AB7648 Bourbon

📋 copy color: '#AB7648'

red 171 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #AB7648

Tints of Bourbon #AB7648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 47.37%
G = 32.69%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB7648 (or 0xAB7648) is known color: Bourbon. HEX triplet: AB, 76 and 48. RGB value is (171,118,72). Sum of RGB (Red+Green+Blue) = 171+118+72=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7648 is #5489B7. Grayscale: #808080. Windows color (decimal): -5540280 or 4748971. OLE color: 4748971.

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

Color convert

RGB 171 118 72 -
CMYK 0 0.31 0.58 0.33
HSL 27.88º 0.41% 0.48% -
HSV(B) 27.88º 0.58% 0.67% -
XYZ 24.44 22.08 9.11 -
YUV 128.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 171 118 72 0 0.31 0.58 0.33 27.88 0.41 0.48
Hex AB 76 48 0 1F 3A 21 1C 29 30
Octal 253 166 110 0 37 72 41 34 51 60
Binary 10101011 1110110 1001000 0 11111 111010 100001 11100 101001 110000

Color Harmonies of #AB7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7648

Black with #AB7648

Text Example


Text Example

White with #AB7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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