Html Css Color HEX #AB6F3F Bourbon

📋 copy color: '#AB6F3F'

red 171 ◦ green 111 ◦ blue 63

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

Shades of Bourbon #AB6F3F

Tints of Bourbon #AB6F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 63 (25% from 255) = 18.26%

R = 49.57%
G = 32.17%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB6F3F (or 0xAB6F3F) is known color: Bourbon. HEX triplet: AB, 6F and 3F. RGB value is (171,111,63). Sum of RGB (Red+Green+Blue) = 171+111+63=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F3F is #5490C0. Grayscale: #7B7B7B. Windows color (decimal): -5542081 or 4157355. OLE color: 4157355.

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

Color convert

RGB 171 111 63 -
CMYK 0 0.35 0.63 0.33
HSL 26.67º 0.46% 0.46% -
HSV(B) 26.67º 0.63% 0.67% -
XYZ 23.38 20.39 7.41 -
YUV 123.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 171 111 63 0 0.35 0.63 0.33 26.67 0.46 0.46
Hex AB 6F 3F 0 23 3F 21 1B 2E 2E
Octal 253 157 77 0 43 77 41 33 56 56
Binary 10101011 1101111 111111 0 100011 111111 100001 11011 101110 101110

Color Harmonies of #AB6F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F3F

Black with #AB6F3F

Text Example


Text Example

White with #AB6F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F3F; }

 p { color: rgb(171,111,63); }

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

background-color css

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

 a { background-color: rgb(171,111,63); }

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

border-color css

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

 span { border-color: rgb(171,111,63); }

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