Html Css Color HEX #AB6941 Bourbon

📋 copy color: '#AB6941'

red 171 ◦ green 105 ◦ blue 65

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

Shades of Bourbon #AB6941

Tints of Bourbon #AB6941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 50.15%
G = 30.79%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB6941 (or 0xAB6941) is known color: Bourbon. HEX triplet: AB, 69 and 41. RGB value is (171,105,65). Sum of RGB (Red+Green+Blue) = 171+105+65=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6941 is #5496BE. Grayscale: #787878. Windows color (decimal): -5543615 or 4286891. OLE color: 4286891.

HSL color Cylindrical-coordinate representation of color #AB6941: hue angle of 22.64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB6941 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 65 -
CMYK 0 0.39 0.62 0.33
HSL 22.64º 0.45% 0.46% -
HSV(B) 22.64º 0.62% 0.67% -
XYZ 22.8 19.14 7.49 -
YUV 120.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 171 105 65 0 0.39 0.62 0.33 22.64 0.45 0.46
Hex AB 69 41 0 27 3E 21 17 2D 2E
Octal 253 151 101 0 47 76 41 27 55 56
Binary 10101011 1101001 1000001 0 100111 111110 100001 10111 101101 101110

Color Harmonies of #AB6941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6941

Black with #AB6941

Text Example


Text Example

White with #AB6941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6941; }

 p { color: rgb(171,105,65); }

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

background-color css

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

 a { background-color: rgb(171,105,65); }

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

border-color css

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

 span { border-color: rgb(171,105,65); }

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