Html Css Color HEX #AB6F3D Bourbon

📋 copy color: '#AB6F3D'

red 171 ◦ green 111 ◦ blue 61

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

Shades of Bourbon #AB6F3D

Tints of Bourbon #AB6F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 49.85%
G = 32.36%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB6F3D (or 0xAB6F3D) is known color: Bourbon. HEX triplet: AB, 6F and 3D. RGB value is (171,111,61). Sum of RGB (Red+Green+Blue) = 171+111+61=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F3D is #5490C2. Grayscale: #7B7B7B. Windows color (decimal): -5542083 or 4026283. OLE color: 4026283.

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

Color convert

RGB 171 111 61 -
CMYK 0 0.35 0.64 0.33
HSL 27.27º 0.47% 0.45% -
HSV(B) 27.27º 0.64% 0.67% -
XYZ 23.32 20.36 7.12 -
YUV 123.24 92.88 162.07 -
System Red Green Blue C M Y K H S L
Decimal 171 111 61 0 0.35 0.64 0.33 27.27 0.47 0.45
Hex AB 6F 3D 0 23 40 21 1B 2F 2D
Octal 253 157 75 0 43 100 41 33 57 55
Binary 10101011 1101111 111101 0 100011 1000000 100001 11011 101111 101101

Color Harmonies of #AB6F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F3D

Black with #AB6F3D

Text Example


Text Example

White with #AB6F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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