Html Css Color HEX #AB6842 Bourbon

📋 copy color: '#AB6842'

red 171 ◦ green 104 ◦ blue 66

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

Shades of Bourbon #AB6842

Tints of Bourbon #AB6842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 50.15%
G = 30.5%
B = 19.35%

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

#AB6842 (or 0xAB6842) is known color: Bourbon. HEX triplet: AB, 68 and 42. RGB value is (171,104,66). Sum of RGB (Red+Green+Blue) = 171+104+66=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6842 is #5497BD. Grayscale: #777777. Windows color (decimal): -5543870 or 4352171. OLE color: 4352171.

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

Color convert

RGB 171 104 66 -
CMYK 0 0.39 0.61 0.33
HSL 21.71º 0.44% 0.46% -
HSV(B) 21.71º 0.61% 0.67% -
XYZ 22.73 18.95 7.61 -
YUV 119.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 171 104 66 0 0.39 0.61 0.33 21.71 0.44 0.46
Hex AB 68 42 0 27 3D 21 16 2C 2E
Octal 253 150 102 0 47 75 41 26 54 56
Binary 10101011 1101000 1000010 0 100111 111101 100001 10110 101100 101110

Color Harmonies of #AB6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6842

Black with #AB6842

Text Example


Text Example

White with #AB6842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6842; }

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

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

background-color css

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

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

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

border-color css

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

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

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