Html Css Color HEX #AB6740 Bourbon

📋 copy color: '#AB6740'

red 171 ◦ green 103 ◦ blue 64

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

Shades of Bourbon #AB6740

Tints of Bourbon #AB6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 50.59%
G = 30.47%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB6740 (or 0xAB6740) is known color: Bourbon. HEX triplet: AB, 67 and 40. RGB value is (171,103,64). Sum of RGB (Red+Green+Blue) = 171+103+64=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6740 is #5498BF. Grayscale: #777777. Windows color (decimal): -5544128 or 4220843. OLE color: 4220843.

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

Color convert

RGB 171 103 64 -
CMYK 0 0.40 0.63 0.33
HSL 21.87º 0.46% 0.46% -
HSV(B) 21.87º 0.63% 0.67% -
XYZ 22.57 18.73 7.28 -
YUV 118.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 171 103 64 0 0.40 0.63 0.33 21.87 0.46 0.46
Hex AB 67 40 0 28 3F 21 16 2E 2E
Octal 253 147 100 0 50 77 41 26 56 56
Binary 10101011 1100111 1000000 0 101000 111111 100001 10110 101110 101110

Color Harmonies of #AB6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6740

Black with #AB6740

Text Example


Text Example

White with #AB6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6740; }

 p { color: rgb(171,103,64); }

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

background-color css

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

 a { background-color: rgb(171,103,64); }

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

border-color css

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

 span { border-color: rgb(171,103,64); }

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