Html Css Color HEX #AB6942 Bourbon

📋 copy color: '#AB6942'

red 171 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #AB6942

Tints of Bourbon #AB6942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 50%
G = 30.7%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB6942 (or 0xAB6942) is known color: Bourbon. HEX triplet: AB, 69 and 42. RGB value is (171,105,66). Sum of RGB (Red+Green+Blue) = 171+105+66=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6942 is #5496BD. Grayscale: #787878. Windows color (decimal): -5543614 or 4352427. OLE color: 4352427.

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

Color convert

RGB 171 105 66 -
CMYK 0 0.39 0.61 0.33
HSL 22.29º 0.44% 0.46% -
HSV(B) 22.29º 0.61% 0.67% -
XYZ 22.83 19.15 7.65 -
YUV 120.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 171 105 66 0 0.39 0.61 0.33 22.29 0.44 0.46
Hex AB 69 42 0 27 3D 21 16 2C 2E
Octal 253 151 102 0 47 75 41 26 54 56
Binary 10101011 1101001 1000010 0 100111 111101 100001 10110 101100 101110

Color Harmonies of #AB6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6942

Black with #AB6942

Text Example


Text Example

White with #AB6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6942; }

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

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

background-color css

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

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

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

border-color css

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

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

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