Html Css Color HEX #AB6940 Bourbon

📋 copy color: '#AB6940'

red 171 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #AB6940

Tints of Bourbon #AB6940

RGB

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

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

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

R = 50.29%
G = 30.88%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB6940 (or 0xAB6940) is known color: Bourbon. HEX triplet: AB, 69 and 40. RGB value is (171,105,64). Sum of RGB (Red+Green+Blue) = 171+105+64=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6940 is #5496BF. Grayscale: #787878. Windows color (decimal): -5543616 or 4221355. OLE color: 4221355.

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

Color convert

RGB 171 105 64 -
CMYK 0 0.39 0.63 0.33
HSL 22.99º 0.46% 0.46% -
HSV(B) 22.99º 0.63% 0.67% -
XYZ 22.77 19.13 7.34 -
YUV 120.06 96.37 164.33 -
System Red Green Blue C M Y K H S L
Decimal 171 105 64 0 0.39 0.63 0.33 22.99 0.46 0.46
Hex AB 69 40 0 27 3F 21 17 2E 2E
Octal 253 151 100 0 47 77 41 27 56 56
Binary 10101011 1101001 1000000 0 100111 111111 100001 10111 101110 101110

Color Harmonies of #AB6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6940

Black with #AB6940

Text Example


Text Example

White with #AB6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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