Html Css Color HEX #AB6A3A Bourbon

📋 copy color: '#AB6A3A'

red 171 ◦ green 106 ◦ blue 58

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

Shades of Bourbon #AB6A3A

Tints of Bourbon #AB6A3A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 51.04%
G = 31.64%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB6A3A (or 0xAB6A3A) is known color: Bourbon. HEX triplet: AB, 6A and 3A. RGB value is (171,106,58). Sum of RGB (Red+Green+Blue) = 171+106+58=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A3A is #5495C5. Grayscale: #787878. Windows color (decimal): -5543366 or 3828395. OLE color: 3828395.

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

Color convert

RGB 171 106 58 -
CMYK 0 0.38 0.66 0.33
HSL 25.49º 0.49% 0.45% -
HSV(B) 25.49º 0.66% 0.67% -
XYZ 22.71 19.27 6.53 -
YUV 119.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 171 106 58 0 0.38 0.66 0.33 25.49 0.49 0.45
Hex AB 6A 3A 0 26 42 21 19 31 2D
Octal 253 152 72 0 46 102 41 31 61 55
Binary 10101011 1101010 111010 0 100110 1000010 100001 11001 110001 101101

Color Harmonies of #AB6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A3A

Black with #AB6A3A

Text Example


Text Example

White with #AB6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A3A; }

 p { color: rgb(171,106,58); }

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

background-color css

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

 a { background-color: rgb(171,106,58); }

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

border-color css

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

 span { border-color: rgb(171,106,58); }

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